Enum security_framework::item::ItemClass
[−]
[src]
pub enum ItemClass { GenericPassword, InternetPassword, Certificate, Key, Identity, }
Specifies the type of items to search for.
Variants
GenericPassword
Look for SecKeychainItem
s corresponding to generic passwords.
InternetPassword
Look for SecKeychainItem
s corresponding to internet passwords.
Certificate
Look for SecCertificate
s.
Key
Look for SecKey
s.
Identity
Look for SecIdentity
s.
Trait Implementations
impl Debug for ItemClass
[src]
impl Copy for ItemClass
[src]
impl Clone for ItemClass
[src]
fn clone(&self) -> ItemClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more