pub enum IndexAlgorithm {
Default,
Inplace,
Copy,
}Variants§
Trait Implementations§
Source§impl Clone for IndexAlgorithm
impl Clone for IndexAlgorithm
impl Copy for IndexAlgorithm
Source§impl Debug for IndexAlgorithm
impl Debug for IndexAlgorithm
impl Eq for IndexAlgorithm
Source§impl Hash for IndexAlgorithm
impl Hash for IndexAlgorithm
Source§impl PartialEq for IndexAlgorithm
impl PartialEq for IndexAlgorithm
impl StructuralPartialEq for IndexAlgorithm
Auto Trait Implementations§
impl Freeze for IndexAlgorithm
impl RefUnwindSafe for IndexAlgorithm
impl Send for IndexAlgorithm
impl Sync for IndexAlgorithm
impl Unpin for IndexAlgorithm
impl UnsafeUnpin for IndexAlgorithm
impl UnwindSafe for IndexAlgorithm
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