Enum security_framework::os::macos::keychain::SecPreferencesDomain
source · pub enum SecPreferencesDomain {
User,
System,
Common,
Dynamic,
}Variants§
Trait Implementations§
source§impl Clone for SecPreferencesDomain
impl Clone for SecPreferencesDomain
source§fn clone(&self) -> SecPreferencesDomain
fn clone(&self) -> SecPreferencesDomain
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SecPreferencesDomain
impl Debug for SecPreferencesDomain
source§impl PartialEq<SecPreferencesDomain> for SecPreferencesDomain
impl PartialEq<SecPreferencesDomain> for SecPreferencesDomain
source§fn eq(&self, other: &SecPreferencesDomain) -> bool
fn eq(&self, other: &SecPreferencesDomain) -> bool
This method tests for
self and other values to be equal, and is used
by ==.