pub enum PolicyIdentifier {
Show 20 variants
AppleX509Basic,
AppleSsl,
AppleSmime,
AppleEap,
AppleIpsec,
ApplePkinitClient,
ApplePkinitServer,
AppleCodeSigning,
MacAppStoreReceipt,
AppleIdValidation,
AppleTimeStamping,
AppleRevocation,
ApplePassbookSigning,
ApplePayIssuerEncryption,
AppleSslServer,
AppleSslClient,
AppleEapServer,
AppleEapClient,
AppleIpsecServer,
AppleIpsecClient,
}Expand description
Mirrors named SecPolicyCreate* policy selectors.
Variants§
AppleX509Basic
Mirrors a named SecPolicyCreate* selector.
AppleSsl
Mirrors a named SecPolicyCreate* selector.
AppleSmime
Mirrors a named SecPolicyCreate* selector.
AppleEap
Mirrors a named SecPolicyCreate* selector.
AppleIpsec
Mirrors a named SecPolicyCreate* selector.
ApplePkinitClient
Mirrors a named SecPolicyCreate* selector.
ApplePkinitServer
Mirrors a named SecPolicyCreate* selector.
AppleCodeSigning
Mirrors a named SecPolicyCreate* selector.
MacAppStoreReceipt
Mirrors a named SecPolicyCreate* selector.
AppleIdValidation
Mirrors a named SecPolicyCreate* selector.
AppleTimeStamping
Mirrors a named SecPolicyCreate* selector.
AppleRevocation
Mirrors a named SecPolicyCreate* selector.
ApplePassbookSigning
Mirrors a named SecPolicyCreate* selector.
ApplePayIssuerEncryption
Mirrors a named SecPolicyCreate* selector.
AppleSslServer
Mirrors a named SecPolicyCreate* selector.
AppleSslClient
Mirrors a named SecPolicyCreate* selector.
AppleEapServer
Mirrors a named SecPolicyCreate* selector.
AppleEapClient
Mirrors a named SecPolicyCreate* selector.
AppleIpsecServer
Mirrors a named SecPolicyCreate* selector.
AppleIpsecClient
Mirrors a named SecPolicyCreate* selector.
Trait Implementations§
Source§impl Clone for PolicyIdentifier
impl Clone for PolicyIdentifier
Source§fn clone(&self) -> PolicyIdentifier
fn clone(&self) -> PolicyIdentifier
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for PolicyIdentifier
impl Debug for PolicyIdentifier
Source§impl Hash for PolicyIdentifier
impl Hash for PolicyIdentifier
Source§impl PartialEq for PolicyIdentifier
impl PartialEq for PolicyIdentifier
Source§fn eq(&self, other: &PolicyIdentifier) -> bool
fn eq(&self, other: &PolicyIdentifier) -> bool
self and other values to be equal, and is used by ==.