pub enum IndexVersion {
V5,
V7,
}Expand description
Version of the index format
Variants§
Trait Implementations§
Source§impl Clone for IndexVersion
impl Clone for IndexVersion
Source§fn clone(&self) -> IndexVersion
fn clone(&self) -> IndexVersion
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 IndexVersion
impl Debug for IndexVersion
Source§impl PartialEq for IndexVersion
impl PartialEq for IndexVersion
impl Copy for IndexVersion
impl Eq for IndexVersion
impl StructuralPartialEq for IndexVersion
Auto Trait Implementations§
impl Freeze for IndexVersion
impl RefUnwindSafe for IndexVersion
impl Send for IndexVersion
impl Sync for IndexVersion
impl Unpin for IndexVersion
impl UnwindSafe for IndexVersion
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