pub enum AuthPasswordResponse {
Status200_ResponseIsTheFullHTTPAuthenticationResponse(HashMap<String, BinaryMetadataValue>),
}Variants§
Status200_ResponseIsTheFullHTTPAuthenticationResponse(HashMap<String, BinaryMetadataValue>)
Response is the full HTTP authentication response.
Trait Implementations§
Source§impl Debug for AuthPasswordResponse
impl Debug for AuthPasswordResponse
Source§impl<'de> Deserialize<'de> for AuthPasswordResponse
impl<'de> Deserialize<'de> for AuthPasswordResponse
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 AuthPasswordResponse
impl PartialEq for AuthPasswordResponse
Source§impl Serialize for AuthPasswordResponse
impl Serialize for AuthPasswordResponse
impl StructuralPartialEq for AuthPasswordResponse
Auto Trait Implementations§
impl Freeze for AuthPasswordResponse
impl RefUnwindSafe for AuthPasswordResponse
impl Send for AuthPasswordResponse
impl Sync for AuthPasswordResponse
impl Unpin for AuthPasswordResponse
impl UnwindSafe for AuthPasswordResponse
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