Struct gpgme::trust::TrustItem [] [src]

pub struct TrustItem {
    // some fields omitted
}

Methods

impl TrustItem

fn level(&self) -> i32

fn key_id(&self) -> StrResult

fn owner_trust(&self) -> StrResult

fn name(&self) -> StrResult

fn validity(&self) -> StrResult

Trait Implementations

impl Drop for TrustItem

fn drop(&mut self)

impl Clone for TrustItem

fn clone(&self) -> TrustItem

1.0.0fn 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