pub enum ArchiveUpdate {
Inserted,
Replaced,
BelowGate,
NoChange,
}Expand description
Result of an archive insertion attempt.
Variants§
Trait Implementations§
Source§impl Clone for ArchiveUpdate
impl Clone for ArchiveUpdate
Source§fn clone(&self) -> ArchiveUpdate
fn clone(&self) -> ArchiveUpdate
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 moreSource§impl Debug for ArchiveUpdate
impl Debug for ArchiveUpdate
impl Eq for ArchiveUpdate
Source§impl PartialEq for ArchiveUpdate
impl PartialEq for ArchiveUpdate
Source§fn eq(&self, other: &ArchiveUpdate) -> bool
fn eq(&self, other: &ArchiveUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ArchiveUpdate
Auto Trait Implementations§
impl Freeze for ArchiveUpdate
impl RefUnwindSafe for ArchiveUpdate
impl Send for ArchiveUpdate
impl Sync for ArchiveUpdate
impl Unpin for ArchiveUpdate
impl UnsafeUnpin for ArchiveUpdate
impl UnwindSafe for ArchiveUpdate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.