pub struct PhysioData {
pub rows: Vec<HashMap<String, String>>,
pub sampling_frequency: f64,
pub start_time: f64,
pub columns: Vec<String>,
}Fields§
§rows: Vec<HashMap<String, String>>§sampling_frequency: f64§start_time: f64§columns: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysioData
impl RefUnwindSafe for PhysioData
impl Send for PhysioData
impl Sync for PhysioData
impl Unpin for PhysioData
impl UnsafeUnpin for PhysioData
impl UnwindSafe for PhysioData
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