pub struct SnapshotSupportJudgment {
pub support_judgment_id: String,
pub claim_id: String,
pub evidence_bundle_ref: String,
pub support_state: SupportState,
pub method: String,
}Expand description
Latest support-judgment payload for a claim at the checkpoint.
Fields§
§support_judgment_id: String§claim_id: String§evidence_bundle_ref: String§support_state: SupportState§method: StringTrait Implementations§
Source§impl Clone for SnapshotSupportJudgment
impl Clone for SnapshotSupportJudgment
Source§fn clone(&self) -> SnapshotSupportJudgment
fn clone(&self) -> SnapshotSupportJudgment
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 SnapshotSupportJudgment
impl Debug for SnapshotSupportJudgment
Source§impl<'de> Deserialize<'de> for SnapshotSupportJudgment
impl<'de> Deserialize<'de> for SnapshotSupportJudgment
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 SnapshotSupportJudgment
Source§impl PartialEq for SnapshotSupportJudgment
impl PartialEq for SnapshotSupportJudgment
Source§impl Serialize for SnapshotSupportJudgment
impl Serialize for SnapshotSupportJudgment
impl StructuralPartialEq for SnapshotSupportJudgment
Auto Trait Implementations§
impl Freeze for SnapshotSupportJudgment
impl RefUnwindSafe for SnapshotSupportJudgment
impl Send for SnapshotSupportJudgment
impl Sync for SnapshotSupportJudgment
impl Unpin for SnapshotSupportJudgment
impl UnsafeUnpin for SnapshotSupportJudgment
impl UnwindSafe for SnapshotSupportJudgment
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