pub enum LogEntryType {
X509Entry = 0,
PrecertEntry = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LogEntryType
impl Clone for LogEntryType
Source§fn clone(&self) -> LogEntryType
fn clone(&self) -> LogEntryType
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 LogEntryType
impl Debug for LogEntryType
Source§impl PartialEq for LogEntryType
impl PartialEq for LogEntryType
impl Eq for LogEntryType
impl StructuralPartialEq for LogEntryType
Auto Trait Implementations§
impl Freeze for LogEntryType
impl RefUnwindSafe for LogEntryType
impl Send for LogEntryType
impl Sync for LogEntryType
impl Unpin for LogEntryType
impl UnsafeUnpin for LogEntryType
impl UnwindSafe for LogEntryType
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