pub enum DrawWallPlace {
Segment(Wind),
DeadWall,
Unordered,
}
Variants§
Trait Implementations§
source§impl Display for DrawWallPlace
impl Display for DrawWallPlace
Auto Trait Implementations§
impl Freeze for DrawWallPlace
impl RefUnwindSafe for DrawWallPlace
impl Send for DrawWallPlace
impl Sync for DrawWallPlace
impl Unpin for DrawWallPlace
impl UnwindSafe for DrawWallPlace
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