Enum security_framework::item::Reference [−][src]
pub enum Reference {
Identity(SecIdentity),
Certificate(SecCertificate),
Key(SecKey),
// some variants omitted
}Expand description
An enum including all objects which can be found by ItemSearchOptions.
Variants
Identity(SecIdentity)A SecIdentity.
Certificate(SecCertificate)A SecCertificate.
Key(SecKey)A SecKey.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Referenceimpl UnwindSafe for Reference