pub enum DriedGhastHydration {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for DriedGhastHydration
impl Clone for DriedGhastHydration
Source§fn clone(&self) -> DriedGhastHydration
fn clone(&self) -> DriedGhastHydration
Returns a duplicate 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 DriedGhastHydration
impl Debug for DriedGhastHydration
Source§impl From<u16> for DriedGhastHydration
impl From<u16> for DriedGhastHydration
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DriedGhastHydration
impl PartialEq for DriedGhastHydration
Source§impl Property for DriedGhastHydration
impl Property for DriedGhastHydration
type Value = DriedGhastHydration
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for DriedGhastHydration
impl Eq for DriedGhastHydration
impl StructuralPartialEq for DriedGhastHydration
Auto Trait Implementations§
impl Freeze for DriedGhastHydration
impl RefUnwindSafe for DriedGhastHydration
impl Send for DriedGhastHydration
impl Sync for DriedGhastHydration
impl Unpin for DriedGhastHydration
impl UnwindSafe for DriedGhastHydration
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