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