pub struct UserPassAuthReply {
pub auth: AuthToken,
}Expand description
The reply to a userpass authentication
Fields§
§auth: AuthTokenTrait Implementations§
Source§impl Clone for UserPassAuthReply
impl Clone for UserPassAuthReply
Source§fn clone(&self) -> UserPassAuthReply
fn clone(&self) -> UserPassAuthReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserPassAuthReply
impl Debug for UserPassAuthReply
Source§impl<'de> Deserialize<'de> for UserPassAuthReply
impl<'de> Deserialize<'de> for UserPassAuthReply
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UserPassAuthReply
impl PartialEq for UserPassAuthReply
Source§impl Serialize for UserPassAuthReply
impl Serialize for UserPassAuthReply
impl Eq for UserPassAuthReply
impl StructuralPartialEq for UserPassAuthReply
Auto Trait Implementations§
impl Freeze for UserPassAuthReply
impl RefUnwindSafe for UserPassAuthReply
impl Send for UserPassAuthReply
impl Sync for UserPassAuthReply
impl Unpin for UserPassAuthReply
impl UnwindSafe for UserPassAuthReply
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