pub struct NNComparisonNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for NNComparisonNode
impl Drop for NNComparisonNode
impl Send for NNComparisonNode
impl Sync for NNComparisonNode
Auto Trait Implementations§
impl Freeze for NNComparisonNode
impl RefUnwindSafe for NNComparisonNode
impl Unpin for NNComparisonNode
impl UnsafeUnpin for NNComparisonNode
impl UnwindSafe for NNComparisonNode
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