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