pub struct AuthenticationOk { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for AuthenticationOk
impl Debug for AuthenticationOk
Source§impl Message for AuthenticationOk
impl Message for AuthenticationOk
impl BackendMessage for AuthenticationOk
Auto Trait Implementations§
impl Freeze for AuthenticationOk
impl RefUnwindSafe for AuthenticationOk
impl Send for AuthenticationOk
impl Sync for AuthenticationOk
impl Unpin for AuthenticationOk
impl UnwindSafe for AuthenticationOk
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