pub enum ConventionalSize {
Beginner,
Intermediate,
Expert,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConventionalSize
impl Clone for ConventionalSize
Source§fn clone(&self) -> ConventionalSize
fn clone(&self) -> ConventionalSize
Returns a duplicate of the value. Read more
1.0.0 · 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 ConventionalSize
impl Debug for ConventionalSize
impl Copy for ConventionalSize
Auto Trait Implementations§
impl Freeze for ConventionalSize
impl RefUnwindSafe for ConventionalSize
impl Send for ConventionalSize
impl Sync for ConventionalSize
impl Unpin for ConventionalSize
impl UnwindSafe for ConventionalSize
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