Enum azalea_block::ChestType
source · pub enum ChestType {
Single,
Left,
Right,
}Variants
Single
Left
Right
Trait Implementations
impl Copy for ChestType
Auto Trait Implementations
impl RefUnwindSafe for ChestType
impl Send for ChestType
impl Sync for ChestType
impl Unpin for ChestType
impl UnwindSafe for ChestType
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