pub struct CliRegistry { /* private fields */ }Trait Implementations§
Source§impl Clone for CliRegistry
impl Clone for CliRegistry
Source§fn clone(&self) -> CliRegistry
fn clone(&self) -> CliRegistry
Returns a duplicate 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 Debug for CliRegistry
impl Debug for CliRegistry
impl Copy for CliRegistry
Auto Trait Implementations§
impl Freeze for CliRegistry
impl RefUnwindSafe for CliRegistry
impl Send for CliRegistry
impl Sync for CliRegistry
impl Unpin for CliRegistry
impl UnwindSafe for CliRegistry
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