pub struct WitnessedVerdict {
pub verdict: CommitVerdict,
pub witness: WitnessGateStatus,
}Expand description
A commit verdict paired with the signer KEL’s witness-quorum status.
Fields§
§verdict: CommitVerdictThe commit authorization verdict.
witness: WitnessGateStatusWitness-quorum status of the signer’s (root) KEL.
Trait Implementations§
Source§impl Clone for WitnessedVerdict
impl Clone for WitnessedVerdict
Source§fn clone(&self) -> WitnessedVerdict
fn clone(&self) -> WitnessedVerdict
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 WitnessedVerdict
impl Debug for WitnessedVerdict
impl Eq for WitnessedVerdict
Source§impl PartialEq for WitnessedVerdict
impl PartialEq for WitnessedVerdict
Source§fn eq(&self, other: &WitnessedVerdict) -> bool
fn eq(&self, other: &WitnessedVerdict) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WitnessedVerdict
Auto Trait Implementations§
impl Freeze for WitnessedVerdict
impl RefUnwindSafe for WitnessedVerdict
impl Send for WitnessedVerdict
impl Sync for WitnessedVerdict
impl Unpin for WitnessedVerdict
impl UnsafeUnpin for WitnessedVerdict
impl UnwindSafe for WitnessedVerdict
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.