Enum security_framework::item::ItemClass
[−]
[src]
pub enum ItemClass {
GenericPassword,
InternetPassword,
Certificate,
Key,
Identity,
}Specifies the type of items to search for.
Variants
GenericPasswordLook for SecKeychainItems corresponding to generic passwords.
InternetPasswordLook for SecKeychainItems corresponding to internet passwords.
CertificateLook for SecCertificates.
KeyLook for SecKeys.
IdentityLook for SecIdentitys.
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