pub struct BNSimilarityProviderType { /* private fields */ }Trait Implementations§
Source§impl Clone for BNSimilarityProviderType
impl Clone for BNSimilarityProviderType
Source§fn clone(&self) -> BNSimilarityProviderType
fn clone(&self) -> BNSimilarityProviderType
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 BNSimilarityProviderType
impl Debug for BNSimilarityProviderType
impl Copy for BNSimilarityProviderType
Auto Trait Implementations§
impl Freeze for BNSimilarityProviderType
impl RefUnwindSafe for BNSimilarityProviderType
impl Send for BNSimilarityProviderType
impl Sync for BNSimilarityProviderType
impl Unpin for BNSimilarityProviderType
impl UnsafeUnpin for BNSimilarityProviderType
impl UnwindSafe for BNSimilarityProviderType
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