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