pub enum IsCa {
NoCa,
ExplicitNoCa,
Ca(BasicConstraints),
}
Expand description
Whether the certificate is allowed to sign other certificates
Variants§
NoCa
The certificate can only sign itself
ExplicitNoCa
The certificate can only sign itself, adding the extension and CA:FALSE
Ca(BasicConstraints)
The certificate may be used to sign other certificates
Trait Implementations§
source§impl PartialEq for IsCa
impl PartialEq for IsCa
impl Eq for IsCa
impl StructuralPartialEq for IsCa
Auto Trait Implementations§
impl Freeze for IsCa
impl RefUnwindSafe for IsCa
impl Send for IsCa
impl Sync for IsCa
impl Unpin for IsCa
impl UnwindSafe for IsCa
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)