Enum security_framework::item::ItemClass [] [src]

pub enum ItemClass {
    GenericPassword,
    InternetPassword,
    Certificate,
    Key,
    Identity,
}

Specifies the type of items to search for.

Variants

Look for SecKeychainItems corresponding to generic passwords.

Look for SecKeychainItems corresponding to internet passwords.

Look for SecCertificates.

Look for SecKeys.

Look for SecIdentitys.

Trait Implementations

impl Debug for ItemClass
[src]

Formats the value using the given formatter.

impl Copy for ItemClass
[src]

impl Clone for ItemClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more