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