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