#[repr(C)]
#[non_exhaustive]
pub struct _gpgme_op_import_result {
Show 16 fields pub considered: c_int, pub no_user_id: c_int, pub imported: c_int, pub imported_rsa: c_int, pub unchanged: c_int, pub new_user_ids: c_int, pub new_sub_keys: c_int, pub new_signatures: c_int, pub new_revocations: c_int, pub secret_read: c_int, pub secret_imported: c_int, pub secret_unchanged: c_int, pub skipped_new_keys: c_int, pub not_imported: c_int, pub imports: gpgme_import_status_t, pub skipped_v3_keys: c_int,
}

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
considered: c_intno_user_id: c_intimported: c_intimported_rsa: c_intunchanged: c_intnew_user_ids: c_intnew_sub_keys: c_intnew_signatures: c_intnew_revocations: c_intsecret_read: c_intsecret_imported: c_intsecret_unchanged: c_intskipped_new_keys: c_intnot_imported: c_intimports: gpgme_import_status_tskipped_v3_keys: c_int

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.