Enum astro::planet::Planet  
            
                [−]
            
        [src]
pub enum Planet {
    Mercury,
    Venus,
    Earth,
    Mars,
    Jupiter,
    Saturn,
    Uranus,
    Neptune,
}Represents a planet
Variants
Mercury | Mercury Helped with testing General Relativity  | |
Venus | Venus Climate change was here  | |
Earth | Earth Pale blue dot, right?  | |
Mars | Mars Panspermia sounds nice  | |
Jupiter | Jupiter Oh, Europa  | |
Saturn | Saturn 62 moons, and some moonlets  | |
Uranus | Uranus Remember King George?  | |
Neptune | Neptune Oceans of liquid diamond (probably)  |