pub struct CnctdAuth;Implementations§
Auto Trait Implementations§
impl Freeze for CnctdAuth
impl RefUnwindSafe for CnctdAuth
impl Send for CnctdAuth
impl Sync for CnctdAuth
impl Unpin for CnctdAuth
impl UnsafeUnpin for CnctdAuth
impl UnwindSafe for CnctdAuth
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