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,
}Variants§
AppleX509Basic
AppleSsl
AppleSmime
AppleEap
AppleIpsec
ApplePkinitClient
ApplePkinitServer
AppleCodeSigning
MacAppStoreReceipt
AppleIdValidation
AppleTimeStamping
AppleRevocation
ApplePassbookSigning
ApplePayIssuerEncryption
AppleSslServer
AppleSslClient
AppleEapServer
AppleEapClient
AppleIpsecServer
AppleIpsecClient
Trait Implementations§
Source§impl Clone for PolicyIdentifier
impl Clone for PolicyIdentifier
Source§fn clone(&self) -> PolicyIdentifier
fn clone(&self) -> PolicyIdentifier
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 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
Tests for
self and other values to be equal, and is used by ==.impl Copy for PolicyIdentifier
impl Eq for PolicyIdentifier
impl StructuralPartialEq for PolicyIdentifier
Auto Trait Implementations§
impl Freeze for PolicyIdentifier
impl RefUnwindSafe for PolicyIdentifier
impl Send for PolicyIdentifier
impl Sync for PolicyIdentifier
impl Unpin for PolicyIdentifier
impl UnsafeUnpin for PolicyIdentifier
impl UnwindSafe for PolicyIdentifier
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