pub enum WallSide {
None,
Low,
Tall,
}Variants§
Trait Implementations§
impl StructuralPartialEq for WallSide
Auto Trait Implementations§
impl Freeze for WallSide
impl RefUnwindSafe for WallSide
impl Send for WallSide
impl Sync for WallSide
impl Unpin for WallSide
impl UnsafeUnpin for WallSide
impl UnwindSafe for WallSide
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more