Struct gpgme::ops::ImportResult
[−]
[src]
pub struct ImportResult {
// some fields omitted
}pub struct ImportResult {
// some fields omitted
}impl ImportResultfn considered(&self) -> u32fn no_user_id(&self) -> u32fn imported(&self) -> u32fn imported_rsa(&self) -> u32fn unchanged(&self) -> u32fn new_user_ids(&self) -> u32fn new_subkeys(&self) -> u32fn new_signatures(&self) -> u32fn new_revocations(&self) -> u32fn secret_read(&self) -> u32fn secret_imported(&self) -> u32fn secret_unchanged(&self) -> u32fn not_imported(&self) -> u32fn imports(&self) -> ImportStatusIterimpl Drop for ImportResultfn drop(&mut self)impl Clone for ImportResultfn clone(&self) -> ImportResultfn clone_from(&mut self, source: &Self)impl Wrapper for ImportResulttype Raw = gpgme_import_result_tunsafe fn from_raw(raw: gpgme_import_result_t) -> ImportResultfn as_raw(&self) -> gpgme_import_result_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl OpResult for ImportResultfn from_context(ctx: &Context) -> Option<ImportResult>impl Debug for ImportResult