pub enum EntryNotRecorded {
Inactive,
SeverityBelowThreshold,
}
Variants§
Trait Implementations§
Source§impl Clone for EntryNotRecorded
impl Clone for EntryNotRecorded
Source§fn clone(&self) -> EntryNotRecorded
fn clone(&self) -> EntryNotRecorded
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 EntryNotRecorded
impl Debug for EntryNotRecorded
Source§impl PartialEq for EntryNotRecorded
impl PartialEq for EntryNotRecorded
impl Copy for EntryNotRecorded
impl Eq for EntryNotRecorded
impl StructuralPartialEq for EntryNotRecorded
Auto Trait Implementations§
impl Freeze for EntryNotRecorded
impl RefUnwindSafe for EntryNotRecorded
impl Send for EntryNotRecorded
impl Sync for EntryNotRecorded
impl Unpin for EntryNotRecorded
impl UnwindSafe for EntryNotRecorded
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