pub struct KnnItem {
pub label: String,
pub data: Vec<f64>,
}
Fields§
§label: String
§data: Vec<f64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KnnItem
impl RefUnwindSafe for KnnItem
impl Send for KnnItem
impl Sync for KnnItem
impl Unpin for KnnItem
impl UnwindSafe for KnnItem
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