pub struct ReselectDistConfig {
pub distance: f64,
}Fields§
§distance: f64Trait Implementations§
Source§impl Clone for ReselectDistConfig
impl Clone for ReselectDistConfig
Source§fn clone(&self) -> ReselectDistConfig
fn clone(&self) -> ReselectDistConfig
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 moreSource§impl Debug for ReselectDistConfig
impl Debug for ReselectDistConfig
Source§impl PartialEq for ReselectDistConfig
impl PartialEq for ReselectDistConfig
Source§fn eq(&self, other: &ReselectDistConfig) -> bool
fn eq(&self, other: &ReselectDistConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReselectDistConfig
Auto Trait Implementations§
impl Freeze for ReselectDistConfig
impl RefUnwindSafe for ReselectDistConfig
impl Send for ReselectDistConfig
impl Sync for ReselectDistConfig
impl Unpin for ReselectDistConfig
impl UnsafeUnpin for ReselectDistConfig
impl UnwindSafe for ReselectDistConfig
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