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