Struct gpgme::trust::TrustItem
[−]
[src]
pub struct TrustItem {
// some fields omitted
}pub struct TrustItem {
// some fields omitted
}impl TrustItemfn level(&self) -> i32fn key_id(&self) -> StrResultfn owner_trust(&self) -> StrResultfn name(&self) -> StrResultfn validity(&self) -> StrResultimpl Drop for TrustItemfn drop(&mut self)impl Clone for TrustItemfn clone(&self) -> TrustItemfn clone_from(&mut self, source: &Self)impl Wrapper for TrustItemtype Raw = gpgme_trust_item_tunsafe fn from_raw(raw: gpgme_trust_item_t) -> TrustItemfn as_raw(&self) -> gpgme_trust_item_tfn into_raw(self) -> Self::Raw where Self: Sized