pub enum SuspiciousSandDusted {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for SuspiciousSandDusted
impl Clone for SuspiciousSandDusted
Source§fn clone(&self) -> SuspiciousSandDusted
fn clone(&self) -> SuspiciousSandDusted
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 SuspiciousSandDusted
impl Debug for SuspiciousSandDusted
Source§impl From<u32> for SuspiciousSandDusted
impl From<u32> for SuspiciousSandDusted
Source§impl PartialEq for SuspiciousSandDusted
impl PartialEq for SuspiciousSandDusted
Source§impl Property for SuspiciousSandDusted
impl Property for SuspiciousSandDusted
type Value = SuspiciousSandDusted
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for SuspiciousSandDusted
impl Eq for SuspiciousSandDusted
impl StructuralPartialEq for SuspiciousSandDusted
Auto Trait Implementations§
impl Freeze for SuspiciousSandDusted
impl RefUnwindSafe for SuspiciousSandDusted
impl Send for SuspiciousSandDusted
impl Sync for SuspiciousSandDusted
impl Unpin for SuspiciousSandDusted
impl UnwindSafe for SuspiciousSandDusted
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
)