Enum azalea_block::Leaves
source · [−]pub enum Leaves {
None,
Small,
Large,
}Variants
None
Small
Large
Trait Implementations
impl Copy for Leaves
Auto Trait Implementations
impl RefUnwindSafe for Leaves
impl Send for Leaves
impl Sync for Leaves
impl Unpin for Leaves
impl UnwindSafe for Leaves
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