Enum security_framework::trust_settings::TrustSettingsForCertificate [−][src]
pub enum TrustSettingsForCertificate { Invalid, TrustRoot, TrustAsRoot, Deny, Unspecified, }
Expand description
Trust settings for a specific certificate in a specific domain
Variants
Not used
This is a root certificate and is trusted, either explicitly or implicitly.
This is a non-root certificate but is explicitly trusted.
Cert is explicitly distrusted.
Neither trusted nor distrusted.
Trait Implementations
impl Clone for TrustSettingsForCertificate
[src]
impl Clone for TrustSettingsForCertificate
[src]fn clone(&self) -> TrustSettingsForCertificate
[src]
fn clone(&self) -> TrustSettingsForCertificate
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for TrustSettingsForCertificate
[src]
impl Debug for TrustSettingsForCertificate
[src]impl Copy for TrustSettingsForCertificate
[src]
impl Eq for TrustSettingsForCertificate
[src]
impl StructuralEq for TrustSettingsForCertificate
[src]
impl StructuralPartialEq for TrustSettingsForCertificate
[src]
Auto Trait Implementations
impl RefUnwindSafe for TrustSettingsForCertificate
impl Send for TrustSettingsForCertificate
impl Sync for TrustSettingsForCertificate
impl Unpin for TrustSettingsForCertificate
impl UnwindSafe for TrustSettingsForCertificate
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more