pub struct LimitCliCommand {
pub command: LimitCommand,
pub options: LimitCommandOptions,
}Fields§
§command: LimitCommand§options: LimitCommandOptionsTrait Implementations§
Source§impl Clone for LimitCliCommand
impl Clone for LimitCliCommand
Source§fn clone(&self) -> LimitCliCommand
fn clone(&self) -> LimitCliCommand
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 LimitCliCommand
impl Debug for LimitCliCommand
Source§impl PartialEq for LimitCliCommand
impl PartialEq for LimitCliCommand
Source§fn eq(&self, other: &LimitCliCommand) -> bool
fn eq(&self, other: &LimitCliCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LimitCliCommand
impl StructuralPartialEq for LimitCliCommand
Auto Trait Implementations§
impl Freeze for LimitCliCommand
impl RefUnwindSafe for LimitCliCommand
impl Send for LimitCliCommand
impl Sync for LimitCliCommand
impl Unpin for LimitCliCommand
impl UnsafeUnpin for LimitCliCommand
impl UnwindSafe for LimitCliCommand
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