Enum security_framework::os::macos::keychain::SecPreferencesDomain
source · #[repr(i32)]pub enum SecPreferencesDomain {
User = 0,
System = 1,
Common = 2,
Dynamic = 3,
}
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 for SecPreferencesDomain
impl PartialEq 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 ==
.impl Copy for SecPreferencesDomain
impl Eq for SecPreferencesDomain
impl StructuralPartialEq for SecPreferencesDomain
Auto Trait Implementations§
impl Freeze for SecPreferencesDomain
impl RefUnwindSafe for SecPreferencesDomain
impl Send for SecPreferencesDomain
impl Sync for SecPreferencesDomain
impl Unpin for SecPreferencesDomain
impl UnwindSafe for SecPreferencesDomain
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)