pub struct NotAuthed {}
Expand description
Implemented by “non-authenticated” clients
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotAuthed
impl RefUnwindSafe for NotAuthed
impl Send for NotAuthed
impl Sync for NotAuthed
impl Unpin for NotAuthed
impl UnwindSafe for NotAuthed
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