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