pub enum MangroveLeavesDistance {
_1 = 0,
_2 = 1,
_3 = 2,
_4 = 3,
_5 = 4,
_6 = 5,
_7 = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for MangroveLeavesDistance
impl Clone for MangroveLeavesDistance
Source§fn clone(&self) -> MangroveLeavesDistance
fn clone(&self) -> MangroveLeavesDistance
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MangroveLeavesDistance
impl Debug for MangroveLeavesDistance
Source§impl From<u16> for MangroveLeavesDistance
impl From<u16> for MangroveLeavesDistance
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MangroveLeavesDistance
impl PartialEq for MangroveLeavesDistance
Source§impl Property for MangroveLeavesDistance
impl Property for MangroveLeavesDistance
type Value = MangroveLeavesDistance
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for MangroveLeavesDistance
impl Eq for MangroveLeavesDistance
impl StructuralPartialEq for MangroveLeavesDistance
Auto Trait Implementations§
impl Freeze for MangroveLeavesDistance
impl RefUnwindSafe for MangroveLeavesDistance
impl Send for MangroveLeavesDistance
impl Sync for MangroveLeavesDistance
impl Unpin for MangroveLeavesDistance
impl UnwindSafe for MangroveLeavesDistance
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