pub enum CertificateEventClass {
None,
PrecheckFailure,
}Expand description
Certificate stream class emitted by the precheck gate.
Variants§
Trait Implementations§
Source§impl Clone for CertificateEventClass
impl Clone for CertificateEventClass
Source§fn clone(&self) -> CertificateEventClass
fn clone(&self) -> CertificateEventClass
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 moreimpl Copy for CertificateEventClass
Source§impl Debug for CertificateEventClass
impl Debug for CertificateEventClass
impl Eq for CertificateEventClass
Source§impl PartialEq for CertificateEventClass
impl PartialEq for CertificateEventClass
Source§fn eq(&self, other: &CertificateEventClass) -> bool
fn eq(&self, other: &CertificateEventClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CertificateEventClass
Auto Trait Implementations§
impl Freeze for CertificateEventClass
impl RefUnwindSafe for CertificateEventClass
impl Send for CertificateEventClass
impl Sync for CertificateEventClass
impl Unpin for CertificateEventClass
impl UnsafeUnpin for CertificateEventClass
impl UnwindSafe for CertificateEventClass
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