pub struct DataOutput {
pub x: SystemTime,
pub y: Decimal,
}Fields§
§x: SystemTime§y: DecimalTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
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
Source§fn eq(&self, other: &DataOutput) -> bool
fn eq(&self, other: &DataOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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