pub struct RuntimeAdapterRunReport {Show 21 fields
pub ok: bool,
pub command: String,
pub adapter: String,
pub run_id: String,
pub frontier: String,
pub input: String,
pub dry_run: bool,
pub artifact_proposals: usize,
pub finding_proposals: usize,
pub gap_proposals: usize,
pub review_note_proposals: usize,
pub applied_artifact_events: usize,
pub pending_truth_proposals: usize,
pub proposal_ids: Vec<String>,
pub review_proposal_ids: Vec<String>,
pub applied_event_ids: Vec<String>,
pub idempotency: ImportIdempotency,
pub trusted_state_effect: String,
pub packet_id: Option<String>,
pub packet_path: Option<PathBuf>,
pub run_path: Option<PathBuf>,
}Fields§
§ok: bool§command: String§adapter: String§run_id: String§frontier: String§input: String§dry_run: bool§artifact_proposals: usize§finding_proposals: usize§gap_proposals: usize§review_note_proposals: usize§applied_artifact_events: usize§pending_truth_proposals: usize§proposal_ids: Vec<String>§review_proposal_ids: Vec<String>§applied_event_ids: Vec<String>§idempotency: ImportIdempotency§trusted_state_effect: String§packet_id: Option<String>§packet_path: Option<PathBuf>§run_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for RuntimeAdapterRunReport
impl Clone for RuntimeAdapterRunReport
Source§fn clone(&self) -> RuntimeAdapterRunReport
fn clone(&self) -> RuntimeAdapterRunReport
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 RuntimeAdapterRunReport
impl Debug for RuntimeAdapterRunReport
Source§impl<'de> Deserialize<'de> for RuntimeAdapterRunReport
impl<'de> Deserialize<'de> for RuntimeAdapterRunReport
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
Source§impl PartialEq for RuntimeAdapterRunReport
impl PartialEq for RuntimeAdapterRunReport
Source§fn eq(&self, other: &RuntimeAdapterRunReport) -> bool
fn eq(&self, other: &RuntimeAdapterRunReport) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RuntimeAdapterRunReport
impl Serialize for RuntimeAdapterRunReport
impl Eq for RuntimeAdapterRunReport
impl StructuralPartialEq for RuntimeAdapterRunReport
Auto Trait Implementations§
impl Freeze for RuntimeAdapterRunReport
impl RefUnwindSafe for RuntimeAdapterRunReport
impl Send for RuntimeAdapterRunReport
impl Sync for RuntimeAdapterRunReport
impl Unpin for RuntimeAdapterRunReport
impl UnsafeUnpin for RuntimeAdapterRunReport
impl UnwindSafe for RuntimeAdapterRunReport
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.