pub enum CertUse {
Signing,
Encryption,
}Expand description
Certificate use keyword (wording.certUse).
Variants§
Implementations§
Trait Implementations§
impl Copy for CertUse
impl Eq for CertUse
impl StructuralPartialEq for CertUse
Auto Trait Implementations§
impl Freeze for CertUse
impl RefUnwindSafe for CertUse
impl Send for CertUse
impl Sync for CertUse
impl Unpin for CertUse
impl UnsafeUnpin for CertUse
impl UnwindSafe for CertUse
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