Enum azalea_block::NorthWall
source · [−]pub enum NorthWall {
None,
Low,
Tall,
}Variants
None
Low
Tall
Trait Implementations
impl Copy for NorthWall
Auto Trait Implementations
impl RefUnwindSafe for NorthWall
impl Send for NorthWall
impl Sync for NorthWall
impl Unpin for NorthWall
impl UnwindSafe for NorthWall
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