pub enum VectorRandomMode {
Unique,
Repeatable,
Float,
}Expand description
Modes for random vector generation.
Variants§
Trait Implementations§
Source§impl Clone for VectorRandomMode
impl Clone for VectorRandomMode
Source§fn clone(&self) -> VectorRandomMode
fn clone(&self) -> VectorRandomMode
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 VectorRandomMode
impl Debug for VectorRandomMode
Source§impl PartialEq for VectorRandomMode
impl PartialEq for VectorRandomMode
impl Copy for VectorRandomMode
impl Eq for VectorRandomMode
impl StructuralPartialEq for VectorRandomMode
Auto Trait Implementations§
impl Freeze for VectorRandomMode
impl RefUnwindSafe for VectorRandomMode
impl Send for VectorRandomMode
impl Sync for VectorRandomMode
impl Unpin for VectorRandomMode
impl UnsafeUnpin for VectorRandomMode
impl UnwindSafe for VectorRandomMode
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