pub enum VectorKind {
Dense,
Sparse,
}Variants§
Trait Implementations§
Source§impl Clone for VectorKind
impl Clone for VectorKind
Source§fn clone(&self) -> VectorKind
fn clone(&self) -> VectorKind
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 moreimpl Copy for VectorKind
Source§impl Debug for VectorKind
impl Debug for VectorKind
impl Eq for VectorKind
Source§impl PartialEq for VectorKind
impl PartialEq for VectorKind
impl StructuralPartialEq for VectorKind
Auto Trait Implementations§
impl Freeze for VectorKind
impl RefUnwindSafe for VectorKind
impl Send for VectorKind
impl Sync for VectorKind
impl Unpin for VectorKind
impl UnsafeUnpin for VectorKind
impl UnwindSafe for VectorKind
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