pub enum BambooLeaves {
None,
Small,
Large,
}Variants§
Trait Implementations§
Source§impl Clone for BambooLeaves
impl Clone for BambooLeaves
Source§fn clone(&self) -> BambooLeaves
fn clone(&self) -> BambooLeaves
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BambooLeaves
impl Debug for BambooLeaves
Source§impl PartialEq for BambooLeaves
impl PartialEq for BambooLeaves
Source§fn eq(&self, other: &BambooLeaves) -> bool
fn eq(&self, other: &BambooLeaves) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PropertyEnum for BambooLeaves
impl PropertyEnum for BambooLeaves
impl StructuralPartialEq for BambooLeaves
Auto Trait Implementations§
impl Freeze for BambooLeaves
impl RefUnwindSafe for BambooLeaves
impl Send for BambooLeaves
impl Sync for BambooLeaves
impl Unpin for BambooLeaves
impl UnsafeUnpin for BambooLeaves
impl UnwindSafe for BambooLeaves
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more