Struct clapcmd::HandlerGroup
source · pub struct HandlerGroup<State = ()> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<State: Clone> Clone for HandlerGroup<State>
impl<State: Clone> Clone for HandlerGroup<State>
source§fn clone(&self) -> HandlerGroup<State>
fn clone(&self) -> HandlerGroup<State>
Returns a copy 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<State: Default> Default for HandlerGroup<State>
impl<State: Default> Default for HandlerGroup<State>
source§fn default() -> HandlerGroup<State>
fn default() -> HandlerGroup<State>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<State = ()> !RefUnwindSafe for HandlerGroup<State>
impl<State> Send for HandlerGroup<State>
impl<State> Sync for HandlerGroup<State>
impl<State> Unpin for HandlerGroup<State>
impl<State = ()> !UnwindSafe for HandlerGroup<State>
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