pub enum LimitCommand {
Current,
Windows,
Trend,
Resets,
Samples,
}Variants§
Trait Implementations§
Source§impl Clone for LimitCommand
impl Clone for LimitCommand
Source§fn clone(&self) -> LimitCommand
fn clone(&self) -> LimitCommand
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 LimitCommand
impl Debug for LimitCommand
Source§impl PartialEq for LimitCommand
impl PartialEq for LimitCommand
Source§fn eq(&self, other: &LimitCommand) -> bool
fn eq(&self, other: &LimitCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LimitCommand
impl Eq for LimitCommand
impl StructuralPartialEq for LimitCommand
Auto Trait Implementations§
impl Freeze for LimitCommand
impl RefUnwindSafe for LimitCommand
impl Send for LimitCommand
impl Sync for LimitCommand
impl Unpin for LimitCommand
impl UnsafeUnpin for LimitCommand
impl UnwindSafe for LimitCommand
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