pub enum SmartLevel {
Kindergarden,
Elementary,
Graduate,
God,
}
Variants§
Trait Implementations§
Source§impl Clone for SmartLevel
impl Clone for SmartLevel
Source§fn clone(&self) -> SmartLevel
fn clone(&self) -> SmartLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SmartLevel
impl Debug for SmartLevel
Source§impl Display for SmartLevel
impl Display for SmartLevel
impl Copy for SmartLevel
Auto Trait Implementations§
impl Freeze for SmartLevel
impl RefUnwindSafe for SmartLevel
impl Send for SmartLevel
impl Sync for SmartLevel
impl Unpin for SmartLevel
impl UnwindSafe for SmartLevel
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