pub enum EntryOrigin {
Primary,
Recovered,
}Expand description
Which phase produced an entry.
Variants§
Trait Implementations§
Source§impl Clone for EntryOrigin
impl Clone for EntryOrigin
Source§fn clone(&self) -> EntryOrigin
fn clone(&self) -> EntryOrigin
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 EntryOrigin
Source§impl Debug for EntryOrigin
impl Debug for EntryOrigin
impl Eq for EntryOrigin
Source§impl PartialEq for EntryOrigin
impl PartialEq for EntryOrigin
Source§fn eq(&self, other: &EntryOrigin) -> bool
fn eq(&self, other: &EntryOrigin) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EntryOrigin
Auto Trait Implementations§
impl Freeze for EntryOrigin
impl RefUnwindSafe for EntryOrigin
impl Send for EntryOrigin
impl Sync for EntryOrigin
impl Unpin for EntryOrigin
impl UnsafeUnpin for EntryOrigin
impl UnwindSafe for EntryOrigin
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