pub enum LogEntryKind {
Insert,
Delete,
}
Expand description
The type of entry in the log.
Variants§
Trait Implementations§
Source§impl Clone for LogEntryKind
impl Clone for LogEntryKind
Source§fn clone(&self) -> LogEntryKind
fn clone(&self) -> LogEntryKind
Returns a copy 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 LogEntryKind
impl Debug for LogEntryKind
Source§impl PartialEq for LogEntryKind
impl PartialEq for LogEntryKind
impl Copy for LogEntryKind
impl Eq for LogEntryKind
impl StructuralPartialEq for LogEntryKind
Auto Trait Implementations§
impl Freeze for LogEntryKind
impl RefUnwindSafe for LogEntryKind
impl Send for LogEntryKind
impl Sync for LogEntryKind
impl Unpin for LogEntryKind
impl UnwindSafe for LogEntryKind
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.