Struct security_framework::item::ItemClass
source · [−]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 ItemClass
impl UnwindSafe for ItemClass
Blanket Implementations
Mutably borrows from an owned value. Read more