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