pub struct ListKeyResult {Show 26 fields
pub type: String,
pub validity: String,
pub length: String,
pub algo: String,
pub keyid: String,
pub date: String,
pub expires: String,
pub dummy: String,
pub ownertrust: String,
pub uid: String,
pub sig: String,
pub cap: String,
pub issuer: String,
pub flag: String,
pub token: String,
pub hash: String,
pub curve: String,
pub compliance: String,
pub updated: String,
pub origin: String,
pub comment: String,
pub keygrip: String,
pub uids: Vec<String>,
pub sigs: Vec<Vec<String>>,
pub subkeys: Vec<Subkey>,
pub fingerprint: String,
}
Fields§
§type: String
§validity: String
§length: String
§algo: String
§keyid: String
§date: String
§expires: String
§dummy: String
§ownertrust: String
§uid: String
§sig: String
§cap: String
§issuer: String
§flag: String
§token: String
§hash: String
§curve: String
§compliance: String
§updated: String
§origin: String
§comment: String
§keygrip: String
§uids: Vec<String>
§sigs: Vec<Vec<String>>
§subkeys: Vec<Subkey>
§fingerprint: String
Trait Implementations§
Source§impl Clone for ListKeyResult
impl Clone for ListKeyResult
Source§fn clone(&self) -> ListKeyResult
fn clone(&self) -> ListKeyResult
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ListKeyResult
impl RefUnwindSafe for ListKeyResult
impl Send for ListKeyResult
impl Sync for ListKeyResult
impl Unpin for ListKeyResult
impl UnwindSafe for ListKeyResult
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