pub struct RowRecord {
pub timestamp: i64,
pub values: Vec<Value>,
}
Fields§
§timestamp: i64
§values: Vec<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowRecord
impl RefUnwindSafe for RowRecord
impl Send for RowRecord
impl Sync for RowRecord
impl Unpin for RowRecord
impl UnwindSafe for RowRecord
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