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