Struct security_framework::item::ItemClass [−][src]
pub struct ItemClass(_);
Expand description
Specifies the type of items to search for.
Implementations
Look for SecKeychainItems corresponding to generic passwords.
Look for SecKeychainItems corresponding to internet passwords.
Look for SecCertificates.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ItemClassimpl UnwindSafe for ItemClassBlanket Implementations
Mutably borrows from an owned value. Read more