pub struct PublicKeyResponse<'a> { /* private fields */ }Expand description
A server response to a PublicKeyRequest containing a public RSA key for authentication protection.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for PublicKeyResponse<'a>
impl<'a> Clone for PublicKeyResponse<'a>
Source§fn clone(&self) -> PublicKeyResponse<'a>
fn clone(&self) -> PublicKeyResponse<'a>
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<'a> Debug for PublicKeyResponse<'a>
impl<'a> Debug for PublicKeyResponse<'a>
Source§impl<'de> MyDeserialize<'de> for PublicKeyResponse<'de>
impl<'de> MyDeserialize<'de> for PublicKeyResponse<'de>
Source§impl MySerialize for PublicKeyResponse<'_>
impl MySerialize for PublicKeyResponse<'_>
Source§impl<'a> PartialEq for PublicKeyResponse<'a>
impl<'a> PartialEq for PublicKeyResponse<'a>
impl<'a> Eq for PublicKeyResponse<'a>
impl<'a> StructuralPartialEq for PublicKeyResponse<'a>
Auto Trait Implementations§
impl<'a> Freeze for PublicKeyResponse<'a>
impl<'a> RefUnwindSafe for PublicKeyResponse<'a>
impl<'a> Send for PublicKeyResponse<'a>
impl<'a> Sync for PublicKeyResponse<'a>
impl<'a> Unpin for PublicKeyResponse<'a>
impl<'a> UnwindSafe for PublicKeyResponse<'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