pub struct AuthenticationOkBuilder<'a> { /* private fields */ }Expand description
The AuthenticationOk struct represents a message indicating successful authentication.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for AuthenticationOkBuilder<'a>
impl<'a> Debug for AuthenticationOkBuilder<'a>
Source§impl<'a> Default for AuthenticationOkBuilder<'a>
impl<'a> Default for AuthenticationOkBuilder<'a>
Source§fn default() -> AuthenticationOkBuilder<'a>
fn default() -> AuthenticationOkBuilder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> From<AuthenticationOkBuilder<'a>> for BackendBuilder<'a>
impl<'a> From<AuthenticationOkBuilder<'a>> for BackendBuilder<'a>
Source§fn from(message: AuthenticationOkBuilder<'a>) -> Self
fn from(message: AuthenticationOkBuilder<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> PartialEq for AuthenticationOkBuilder<'a>
impl<'a> PartialEq for AuthenticationOkBuilder<'a>
impl<'a> Eq for AuthenticationOkBuilder<'a>
impl<'a> StructuralPartialEq for AuthenticationOkBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthenticationOkBuilder<'a>
impl<'a> RefUnwindSafe for AuthenticationOkBuilder<'a>
impl<'a> Send for AuthenticationOkBuilder<'a>
impl<'a> Sync for AuthenticationOkBuilder<'a>
impl<'a> Unpin for AuthenticationOkBuilder<'a>
impl<'a> UnwindSafe for AuthenticationOkBuilder<'a>
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