pub struct TransformDischargeEvidenceV0 {
pub evidence_node_key: EvidenceNodeKeyV0,
pub guarantee_family: GuaranteeFamilyV0,
pub ledger_cell_key: String,
pub boundedness_kind: String,
}Fields§
§evidence_node_key: EvidenceNodeKeyV0§guarantee_family: GuaranteeFamilyV0§ledger_cell_key: String§boundedness_kind: StringTrait Implementations§
Source§impl Clone for TransformDischargeEvidenceV0
impl Clone for TransformDischargeEvidenceV0
Source§fn clone(&self) -> TransformDischargeEvidenceV0
fn clone(&self) -> TransformDischargeEvidenceV0
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 TransformDischargeEvidenceV0
impl Debug for TransformDischargeEvidenceV0
impl Eq for TransformDischargeEvidenceV0
impl StructuralPartialEq for TransformDischargeEvidenceV0
Auto Trait Implementations§
impl Freeze for TransformDischargeEvidenceV0
impl RefUnwindSafe for TransformDischargeEvidenceV0
impl Send for TransformDischargeEvidenceV0
impl Sync for TransformDischargeEvidenceV0
impl Unpin for TransformDischargeEvidenceV0
impl UnsafeUnpin for TransformDischargeEvidenceV0
impl UnwindSafe for TransformDischargeEvidenceV0
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.