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