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