pub struct BitemporalReferenceInterpretation {
pub assessment: TemporalReplayAssessment,
pub compiled: CompileOutput,
}Fields§
§assessment: TemporalReplayAssessment§compiled: CompileOutputTrait Implementations§
Source§impl Clone for BitemporalReferenceInterpretation
impl Clone for BitemporalReferenceInterpretation
Source§fn clone(&self) -> BitemporalReferenceInterpretation
fn clone(&self) -> BitemporalReferenceInterpretation
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 moreAuto Trait Implementations§
impl Freeze for BitemporalReferenceInterpretation
impl RefUnwindSafe for BitemporalReferenceInterpretation
impl Send for BitemporalReferenceInterpretation
impl Sync for BitemporalReferenceInterpretation
impl Unpin for BitemporalReferenceInterpretation
impl UnsafeUnpin for BitemporalReferenceInterpretation
impl UnwindSafe for BitemporalReferenceInterpretation
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