pub struct OpsProofCompletion {
pub id: String,
pub evidence: String,
}Fields§
§id: String§evidence: StringTrait Implementations§
Source§impl Clone for OpsProofCompletion
impl Clone for OpsProofCompletion
Source§fn clone(&self) -> OpsProofCompletion
fn clone(&self) -> OpsProofCompletion
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 OpsProofCompletion
impl Debug for OpsProofCompletion
impl Eq for OpsProofCompletion
Source§impl PartialEq for OpsProofCompletion
impl PartialEq for OpsProofCompletion
impl StructuralPartialEq for OpsProofCompletion
Auto Trait Implementations§
impl Freeze for OpsProofCompletion
impl RefUnwindSafe for OpsProofCompletion
impl Send for OpsProofCompletion
impl Sync for OpsProofCompletion
impl Unpin for OpsProofCompletion
impl UnsafeUnpin for OpsProofCompletion
impl UnwindSafe for OpsProofCompletion
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.