pub enum Leaves {
None = 0,
Small = 1,
Large = 2,
}
Variants§
Trait Implementations§
Source§impl Property for Leaves
impl Property for Leaves
type Value = Leaves
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for Leaves
impl Eq for Leaves
impl StructuralPartialEq for Leaves
Auto Trait Implementations§
impl Freeze for Leaves
impl RefUnwindSafe for Leaves
impl Send for Leaves
impl Sync for Leaves
impl Unpin for Leaves
impl UnwindSafe for Leaves
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)