pub enum PreflightTarget {
TrajectoryAudit,
}Expand description
Which downstream command a PreflightReport was produced for — determines which fields
are checked for coverage and which per-block thresholds apply. A --for block-score variant
would be one new variant plus one arm in required_fields; it is not added speculatively.
Variants§
TrajectoryAudit
The fields and structure trajectory-audit reads.
Trait Implementations§
Source§impl Clone for PreflightTarget
impl Clone for PreflightTarget
Source§fn clone(&self) -> PreflightTarget
fn clone(&self) -> PreflightTarget
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 moreimpl Copy for PreflightTarget
Source§impl Debug for PreflightTarget
impl Debug for PreflightTarget
Source§impl<'de> Deserialize<'de> for PreflightTarget
impl<'de> Deserialize<'de> for PreflightTarget
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PreflightTarget
Source§impl PartialEq for PreflightTarget
impl PartialEq for PreflightTarget
Source§impl Serialize for PreflightTarget
impl Serialize for PreflightTarget
impl StructuralPartialEq for PreflightTarget
Auto Trait Implementations§
impl Freeze for PreflightTarget
impl RefUnwindSafe for PreflightTarget
impl Send for PreflightTarget
impl Sync for PreflightTarget
impl Unpin for PreflightTarget
impl UnsafeUnpin for PreflightTarget
impl UnwindSafe for PreflightTarget
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.