pub struct SafeCommandRegistry { /* private fields */ }Expand description
Registry of safe commands and their safe subcommands/options
Trait Implementations§
Source§impl Clone for SafeCommandRegistry
impl Clone for SafeCommandRegistry
Source§fn clone(&self) -> SafeCommandRegistry
fn clone(&self) -> SafeCommandRegistry
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 moreAuto Trait Implementations§
impl Freeze for SafeCommandRegistry
impl RefUnwindSafe for SafeCommandRegistry
impl Send for SafeCommandRegistry
impl Sync for SafeCommandRegistry
impl Unpin for SafeCommandRegistry
impl UnsafeUnpin for SafeCommandRegistry
impl UnwindSafe for SafeCommandRegistry
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