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