pub enum PortalDir {
N,
E,
S,
W,
}Variants§
Implementations§
Trait Implementations§
impl Copy for PortalDir
impl Eq for PortalDir
impl StructuralPartialEq for PortalDir
Auto Trait Implementations§
impl Freeze for PortalDir
impl RefUnwindSafe for PortalDir
impl Send for PortalDir
impl Sync for PortalDir
impl Unpin for PortalDir
impl UnsafeUnpin for PortalDir
impl UnwindSafe for PortalDir
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