pub enum LonRef {
East,
West,
}Variants§
Implementations§
Trait Implementations§
impl Copy for LonRef
Auto Trait Implementations§
impl Freeze for LonRef
impl RefUnwindSafe for LonRef
impl Send for LonRef
impl Sync for LonRef
impl Unpin for LonRef
impl UnwindSafe for LonRef
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