pub enum IndexOrigin {
Manual,
Auto,
}Expand description
Index origin - how the index was created
Variants§
Trait Implementations§
Source§impl Clone for IndexOrigin
impl Clone for IndexOrigin
Source§fn clone(&self) -> IndexOrigin
fn clone(&self) -> IndexOrigin
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 IndexOrigin
impl Debug for IndexOrigin
Source§impl Default for IndexOrigin
impl Default for IndexOrigin
Source§fn default() -> IndexOrigin
fn default() -> IndexOrigin
Returns the “default value” for a type. Read more
Source§impl Hash for IndexOrigin
impl Hash for IndexOrigin
Source§impl PartialEq for IndexOrigin
impl PartialEq for IndexOrigin
impl Copy for IndexOrigin
impl Eq for IndexOrigin
impl StructuralPartialEq for IndexOrigin
Auto Trait Implementations§
impl Freeze for IndexOrigin
impl RefUnwindSafe for IndexOrigin
impl Send for IndexOrigin
impl Sync for IndexOrigin
impl Unpin for IndexOrigin
impl UnwindSafe for IndexOrigin
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