pub struct ReturnPoint {
pub timestamp: DateTime<Utc>,
pub value: Decimal,
}Expand description
A single return observation.
Fields§
§timestamp: DateTime<Utc>§value: DecimalTrait Implementations§
Source§impl Clone for ReturnPoint
impl Clone for ReturnPoint
Source§fn clone(&self) -> ReturnPoint
fn clone(&self) -> ReturnPoint
Returns a duplicate of the value. Read more
1.0.0 · 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 ReturnPoint
impl Debug for ReturnPoint
Source§impl PartialEq for ReturnPoint
impl PartialEq for ReturnPoint
impl Copy for ReturnPoint
impl Eq for ReturnPoint
impl StructuralPartialEq for ReturnPoint
Auto Trait Implementations§
impl Freeze for ReturnPoint
impl RefUnwindSafe for ReturnPoint
impl Send for ReturnPoint
impl Sync for ReturnPoint
impl Unpin for ReturnPoint
impl UnsafeUnpin for ReturnPoint
impl UnwindSafe for ReturnPoint
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