Enum azalea_block::TurtleEggHatch
source · [−]pub enum TurtleEggHatch {
_0,
_1,
_2,
}Variants
_0
_1
_2
Trait Implementations
sourceimpl Clone for TurtleEggHatch
impl Clone for TurtleEggHatch
sourcefn clone(&self) -> TurtleEggHatch
fn clone(&self) -> TurtleEggHatch
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TurtleEggHatch
impl Debug for TurtleEggHatch
sourceimpl From<usize> for TurtleEggHatch
impl From<usize> for TurtleEggHatch
impl Copy for TurtleEggHatch
Auto Trait Implementations
impl RefUnwindSafe for TurtleEggHatch
impl Send for TurtleEggHatch
impl Sync for TurtleEggHatch
impl Unpin for TurtleEggHatch
impl UnwindSafe for TurtleEggHatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more