pub enum DirGeo {
North,
South,
East,
West,
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<DirGeo> for DirGeo
impl PartialEq<DirGeo> for DirGeo
impl Copy for DirGeo
impl Eq for DirGeo
impl StructuralEq for DirGeo
impl StructuralPartialEq for DirGeo
Auto Trait Implementations§
impl RefUnwindSafe for DirGeo
impl Send for DirGeo
impl Sync for DirGeo
impl Unpin for DirGeo
impl UnwindSafe for DirGeo
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