pub enum CrlScope {
UserCertsOnly,
CaCertsOnly,
}
Expand description
Describes the scope of a CRL for an issuing distribution point extension.
Variants§
UserCertsOnly
The CRL contains only end-entity user certificates.
CaCertsOnly
The CRL contains only CA certificates.
Trait Implementations§
impl Copy for CrlScope
impl Eq for CrlScope
impl StructuralPartialEq for CrlScope
Auto Trait Implementations§
impl Freeze for CrlScope
impl RefUnwindSafe for CrlScope
impl Send for CrlScope
impl Sync for CrlScope
impl Unpin for CrlScope
impl UnwindSafe for CrlScope
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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