pub struct AuthenticateResponse {
pub method: Bytes,
pub message: Option<Bytes>,
}
Fields§
§method: Bytes
§message: Option<Bytes>
Trait Implementations§
Source§impl Clone for AuthenticateResponse
impl Clone for AuthenticateResponse
Source§fn clone(&self) -> AuthenticateResponse
fn clone(&self) -> AuthenticateResponse
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<'de> Deserialize<'de> for AuthenticateResponse
impl<'de> Deserialize<'de> for AuthenticateResponse
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 Hash for AuthenticateResponse
impl Hash for AuthenticateResponse
Source§impl Ord for AuthenticateResponse
impl Ord for AuthenticateResponse
Source§fn cmp(&self, other: &AuthenticateResponse) -> Ordering
fn cmp(&self, other: &AuthenticateResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AuthenticateResponse
impl PartialEq for AuthenticateResponse
Source§impl PartialOrd for AuthenticateResponse
impl PartialOrd for AuthenticateResponse
Source§impl Serialize for AuthenticateResponse
impl Serialize for AuthenticateResponse
impl Eq for AuthenticateResponse
impl StructuralPartialEq for AuthenticateResponse
Auto Trait Implementations§
impl !Freeze for AuthenticateResponse
impl RefUnwindSafe for AuthenticateResponse
impl Send for AuthenticateResponse
impl Sync for AuthenticateResponse
impl Unpin for AuthenticateResponse
impl UnwindSafe for AuthenticateResponse
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