Struct security_framework::os::macos::keychain::KeychainUserInteractionLock [−][src]
#[must_use = "The user interaction is disabled for the lifetime of the returned object"]pub struct KeychainUserInteractionLock;
Expand description
Automatically re-enables user interaction.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeychainUserInteractionLockimpl Send for KeychainUserInteractionLockimpl Sync for KeychainUserInteractionLockimpl Unpin for KeychainUserInteractionLockimpl UnwindSafe for KeychainUserInteractionLock