pub struct IdentityCliHandler { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for IdentityCliHandler
impl RefUnwindSafe for IdentityCliHandler
impl Send for IdentityCliHandler
impl Sync for IdentityCliHandler
impl Unpin for IdentityCliHandler
impl UnwindSafe for IdentityCliHandler
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