pub struct Subkey {Show 21 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 keygrip: String,
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
§keygrip: String
§fingerprint: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subkey
impl RefUnwindSafe for Subkey
impl Send for Subkey
impl Sync for Subkey
impl Unpin for Subkey
impl UnwindSafe for Subkey
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