pub struct TimeDataStatus {
pub provenance: TimeDataProvenance,
pub horizons: DataHorizons,
pub source: ActiveTimeDataSource,
}Expand description
Active time-data status captured from the runtime store.
Fields§
§provenance: TimeDataProvenanceArchive-owned provenance and checksum metadata for the active bundle.
horizons: DataHorizonsValidity horizons relevant to tempoch conversions.
source: ActiveTimeDataSourceWhere the active bundle came from.
Trait Implementations§
Source§impl Clone for TimeDataStatus
impl Clone for TimeDataStatus
Source§fn clone(&self) -> TimeDataStatus
fn clone(&self) -> TimeDataStatus
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 TimeDataStatus
impl Debug for TimeDataStatus
Source§impl PartialEq for TimeDataStatus
impl PartialEq for TimeDataStatus
Source§fn eq(&self, other: &TimeDataStatus) -> bool
fn eq(&self, other: &TimeDataStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimeDataStatus
Auto Trait Implementations§
impl Freeze for TimeDataStatus
impl RefUnwindSafe for TimeDataStatus
impl Send for TimeDataStatus
impl Sync for TimeDataStatus
impl Unpin for TimeDataStatus
impl UnsafeUnpin for TimeDataStatus
impl UnwindSafe for TimeDataStatus
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