Struct security_framework::os::macos::keychain::KeychainSettings [−][src]
pub struct KeychainSettings(_);
Expand description
Settings associated with a SecKeychain.
Implementations
If set, the keychain will automatically lock when the computer sleeps.
Defaults to false.
Sets the interval of time in seconds after which the keychain is automatically locked.
Defaults to None.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeychainSettingsimpl Send for KeychainSettingsimpl Sync for KeychainSettingsimpl Unpin for KeychainSettingsimpl UnwindSafe for KeychainSettings