pub enum Continent {
Africa,
Antarctica,
Asia,
Europe,
NorthAmerica,
Oceania,
SouthAmerica,
}Variantsยง
Implementationsยง
Trait Implementationsยง
Sourceยงimpl PartialOrd for Continent
impl PartialOrd for Continent
impl Copy for Continent
impl StructuralPartialEq for Continent
Auto Trait Implementationsยง
impl Freeze for Continent
impl RefUnwindSafe for Continent
impl Send for Continent
impl Sync for Continent
impl Unpin for Continent
impl UnwindSafe for Continent
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more