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