Enum ipcap::continents::Continent
source · pub enum Continent {
Africa,
Antarctica,
Asia,
Europe,
NorthAmerica,
Oceania,
SouthAmerica,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Continent
impl PartialEq for Continent
source§impl PartialOrd for Continent
impl PartialOrd for Continent
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Continent
impl StructuralPartialEq for Continent
Auto Trait Implementations§
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