pub enum SketchingMethod {
CountSketch,
SparseEmbedding,
FastJL,
}Expand description
Sketching method
Variants§
Trait Implementations§
Source§impl Clone for SketchingMethod
impl Clone for SketchingMethod
Source§fn clone(&self) -> SketchingMethod
fn clone(&self) -> SketchingMethod
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 SketchingMethod
impl Debug for SketchingMethod
Source§impl PartialEq for SketchingMethod
impl PartialEq for SketchingMethod
impl StructuralPartialEq for SketchingMethod
Auto Trait Implementations§
impl Freeze for SketchingMethod
impl RefUnwindSafe for SketchingMethod
impl Send for SketchingMethod
impl Sync for SketchingMethod
impl Unpin for SketchingMethod
impl UnwindSafe for SketchingMethod
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