pub struct DataOutput {
pub x: SystemTime,
pub y: Decimal,
}
Fields§
§x: SystemTime
§y: Decimal
Trait Implementations§
Source§impl Clone for DataOutput
impl Clone for DataOutput
Source§fn clone(&self) -> DataOutput
fn clone(&self) -> DataOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DataOutput
impl Debug for DataOutput
Source§impl From<DataPoint> for DataOutput
impl From<DataPoint> for DataOutput
Source§impl PartialEq for DataOutput
impl PartialEq for DataOutput
impl Copy for DataOutput
impl StructuralPartialEq for DataOutput
Auto Trait Implementations§
impl Freeze for DataOutput
impl RefUnwindSafe for DataOutput
impl Send for DataOutput
impl Sync for DataOutput
impl Unpin for DataOutput
impl UnwindSafe for DataOutput
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