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