pub struct SecomRun {
pub index: usize,
pub label: i8,
pub timestamp: NaiveDateTime,
pub features: Vec<Option<f64>>,
}Fields§
§index: usize§label: i8§timestamp: NaiveDateTime§features: Vec<Option<f64>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecomRun
impl RefUnwindSafe for SecomRun
impl Send for SecomRun
impl Sync for SecomRun
impl Unpin for SecomRun
impl UnsafeUnpin for SecomRun
impl UnwindSafe for SecomRun
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