Enum azalea_block::WireNorth
source · pub enum WireNorth {
Up,
Side,
None,
}Variants
Up
Side
None
Trait Implementations
impl Copy for WireNorth
Auto Trait Implementations
impl RefUnwindSafe for WireNorth
impl Send for WireNorth
impl Sync for WireNorth
impl Unpin for WireNorth
impl UnwindSafe for WireNorth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more