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