pub enum SectionArg {
All,
Growth,
Activity,
Health,
}Variants§
Trait Implementations§
Source§impl Clone for SectionArg
impl Clone for SectionArg
Source§fn clone(&self) -> SectionArg
fn clone(&self) -> SectionArg
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 moreimpl Copy for SectionArg
Source§impl ValueEnum for SectionArg
impl ValueEnum for SectionArg
Auto Trait Implementations§
impl Freeze for SectionArg
impl RefUnwindSafe for SectionArg
impl Send for SectionArg
impl Sync for SectionArg
impl Unpin for SectionArg
impl UnsafeUnpin for SectionArg
impl UnwindSafe for SectionArg
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