pub enum ChestType {
Single,
Left,
Right,
}Variants§
Trait Implementations§
impl StructuralPartialEq for ChestType
Auto Trait Implementations§
impl Freeze for ChestType
impl RefUnwindSafe for ChestType
impl Send for ChestType
impl Sync for ChestType
impl Unpin for ChestType
impl UnsafeUnpin for ChestType
impl UnwindSafe for ChestType
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