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