pub enum ConsensusConfidence {
High,
Medium,
Low,
None,
}Variants§
Trait Implementations§
Source§impl Clone for ConsensusConfidence
impl Clone for ConsensusConfidence
Source§fn clone(&self) -> ConsensusConfidence
fn clone(&self) -> ConsensusConfidence
Returns a duplicate of the value. Read more
1.0.0 · 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 ConsensusConfidence
impl Debug for ConsensusConfidence
Source§impl PartialEq for ConsensusConfidence
impl PartialEq for ConsensusConfidence
impl StructuralPartialEq for ConsensusConfidence
Auto Trait Implementations§
impl Freeze for ConsensusConfidence
impl RefUnwindSafe for ConsensusConfidence
impl Send for ConsensusConfidence
impl Sync for ConsensusConfidence
impl Unpin for ConsensusConfidence
impl UnwindSafe for ConsensusConfidence
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