Enum azalea_block::TurtleEggEggs
source · [−]pub enum TurtleEggEggs {
_1,
_2,
_3,
_4,
}Variants
_1
_2
_3
_4
Trait Implementations
sourceimpl Clone for TurtleEggEggs
impl Clone for TurtleEggEggs
sourcefn clone(&self) -> TurtleEggEggs
fn clone(&self) -> TurtleEggEggs
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 TurtleEggEggs
impl Debug for TurtleEggEggs
sourceimpl From<usize> for TurtleEggEggs
impl From<usize> for TurtleEggEggs
impl Copy for TurtleEggEggs
Auto Trait Implementations
impl RefUnwindSafe for TurtleEggEggs
impl Send for TurtleEggEggs
impl Sync for TurtleEggEggs
impl Unpin for TurtleEggEggs
impl UnwindSafe for TurtleEggEggs
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