#[repr(transparent)]pub struct CMSCertificateChainMode(pub u32);
Available on crate feature
CMSEncoder
only.Expand description
Tuple Fields§
§0: u32
Implementations§
Source§impl CMSCertificateChainMode
impl CMSCertificateChainMode
pub const None: Self
pub const SignerOnly: Self
pub const Chain: Self
pub const ChainWithRoot: Self
pub const ChainWithRootOrFail: Self
Trait Implementations§
Source§impl Clone for CMSCertificateChainMode
impl Clone for CMSCertificateChainMode
Source§fn clone(&self) -> CMSCertificateChainMode
fn clone(&self) -> CMSCertificateChainMode
Returns a duplicate 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 CMSCertificateChainMode
impl Debug for CMSCertificateChainMode
Source§impl Encode for CMSCertificateChainMode
Available on crate feature objc2
only.
impl Encode for CMSCertificateChainMode
Available on crate feature
objc2
only.Source§impl Hash for CMSCertificateChainMode
impl Hash for CMSCertificateChainMode
Source§impl Ord for CMSCertificateChainMode
impl Ord for CMSCertificateChainMode
Source§fn cmp(&self, other: &CMSCertificateChainMode) -> Ordering
fn cmp(&self, other: &CMSCertificateChainMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CMSCertificateChainMode
impl PartialEq for CMSCertificateChainMode
Source§impl PartialOrd for CMSCertificateChainMode
impl PartialOrd for CMSCertificateChainMode
Source§impl RefEncode for CMSCertificateChainMode
Available on crate feature objc2
only.
impl RefEncode for CMSCertificateChainMode
Available on crate feature
objc2
only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for CMSCertificateChainMode
impl Eq for CMSCertificateChainMode
impl StructuralPartialEq for CMSCertificateChainMode
Auto Trait Implementations§
impl Freeze for CMSCertificateChainMode
impl RefUnwindSafe for CMSCertificateChainMode
impl Send for CMSCertificateChainMode
impl Sync for CMSCertificateChainMode
impl Unpin for CMSCertificateChainMode
impl UnwindSafe for CMSCertificateChainMode
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§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.