pub enum IndexInfoRecord {
Add(CacheInfoEntry),
Remove {
path: Vec<u8>,
},
}Variants§
Trait Implementations§
Source§impl Clone for IndexInfoRecord
impl Clone for IndexInfoRecord
Source§fn clone(&self) -> IndexInfoRecord
fn clone(&self) -> IndexInfoRecord
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 IndexInfoRecord
impl Debug for IndexInfoRecord
impl Eq for IndexInfoRecord
Source§impl PartialEq for IndexInfoRecord
impl PartialEq for IndexInfoRecord
Source§fn eq(&self, other: &IndexInfoRecord) -> bool
fn eq(&self, other: &IndexInfoRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndexInfoRecord
Auto Trait Implementations§
impl Freeze for IndexInfoRecord
impl RefUnwindSafe for IndexInfoRecord
impl Send for IndexInfoRecord
impl Sync for IndexInfoRecord
impl Unpin for IndexInfoRecord
impl UnsafeUnpin for IndexInfoRecord
impl UnwindSafe for IndexInfoRecord
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