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