pub struct DataReferenceData {
pub datetime: DateTime<FixedOffset>,
pub id: String,
pub timeframe: Timeframe,
}Expand description
Data for DataReference variant (boxed to keep HeapValue small).
Fields§
§datetime: DateTime<FixedOffset>§id: String§timeframe: TimeframeTrait Implementations§
Source§impl Clone for DataReferenceData
impl Clone for DataReferenceData
Source§fn clone(&self) -> DataReferenceData
fn clone(&self) -> DataReferenceData
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 moreAuto Trait Implementations§
impl Freeze for DataReferenceData
impl RefUnwindSafe for DataReferenceData
impl Send for DataReferenceData
impl Sync for DataReferenceData
impl Unpin for DataReferenceData
impl UnsafeUnpin for DataReferenceData
impl UnwindSafe for DataReferenceData
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