pub struct KeyInfoResponse {
    pub info: Info,
}Fields§
§info: InfoTrait Implementations§
Source§impl Clone for KeyInfoResponse
 
impl Clone for KeyInfoResponse
Source§fn clone(&self) -> KeyInfoResponse
 
fn clone(&self) -> KeyInfoResponse
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 KeyInfoResponse
 
impl Debug for KeyInfoResponse
Source§impl<'de> Deserialize<'de> for KeyInfoResponse
 
impl<'de> Deserialize<'de> for KeyInfoResponse
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 KeyInfoResponse
 
impl PartialEq for KeyInfoResponse
impl StructuralPartialEq for KeyInfoResponse
Auto Trait Implementations§
impl Freeze for KeyInfoResponse
impl RefUnwindSafe for KeyInfoResponse
impl Send for KeyInfoResponse
impl Sync for KeyInfoResponse
impl Unpin for KeyInfoResponse
impl UnwindSafe for KeyInfoResponse
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