pub struct AutoDateTimeVerdict {
pub id: ObjectId,
pub verdict: AutoDateTimeStatus,
pub source_column: Option<ObjectId>,
}Expand description
One auto date/time table with the second, provenance-based verdict: does a report bind the machinery, or is it kept alive only by the engine’s own relationship?
Fields§
§id: ObjectIdThe auto date/time table.
verdict: AutoDateTimeStatusThe verdict.
source_column: Option<ObjectId>The user’s date column the machinery serves, when a variation
declaration or the hidden relationship ties the table to one — the
for 'Date'[OrderDate] display. None for the template table, which
relates to nothing.
Trait Implementations§
Source§impl Clone for AutoDateTimeVerdict
impl Clone for AutoDateTimeVerdict
Source§fn clone(&self) -> AutoDateTimeVerdict
fn clone(&self) -> AutoDateTimeVerdict
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 AutoDateTimeVerdict
impl Debug for AutoDateTimeVerdict
impl Eq for AutoDateTimeVerdict
Source§impl PartialEq for AutoDateTimeVerdict
impl PartialEq for AutoDateTimeVerdict
impl StructuralPartialEq for AutoDateTimeVerdict
Auto Trait Implementations§
impl Freeze for AutoDateTimeVerdict
impl RefUnwindSafe for AutoDateTimeVerdict
impl Send for AutoDateTimeVerdict
impl Sync for AutoDateTimeVerdict
impl Unpin for AutoDateTimeVerdict
impl UnsafeUnpin for AutoDateTimeVerdict
impl UnwindSafe for AutoDateTimeVerdict
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.