pub enum LatRef {
North,
South,
}Expand description
Latitude hemisphere reference.
Variants§
Implementations§
Trait Implementations§
impl Copy for LatRef
impl Eq for LatRef
impl StructuralPartialEq for LatRef
Auto Trait Implementations§
impl Freeze for LatRef
impl RefUnwindSafe for LatRef
impl Send for LatRef
impl Sync for LatRef
impl Unpin for LatRef
impl UnsafeUnpin for LatRef
impl UnwindSafe for LatRef
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