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