pub enum LatRef {
North,
South,
}Variants§
Implementations§
Trait Implementations§
impl Copy 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 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