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