pub enum DRepKind {
KeyHash,
ScriptHash,
AlwaysAbstain,
AlwaysNoConfidence,
}
Variants§
Trait Implementations§
source§impl Ord for DRepKind
impl Ord for DRepKind
source§impl PartialEq<DRepKind> for DRepKind
impl PartialEq<DRepKind> for DRepKind
source§impl PartialOrd<DRepKind> for DRepKind
impl PartialOrd<DRepKind> for DRepKind
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for DRepKind
impl StructuralEq for DRepKind
impl StructuralPartialEq for DRepKind
Auto Trait Implementations§
impl RefUnwindSafe for DRepKind
impl Send for DRepKind
impl Sync for DRepKind
impl Unpin for DRepKind
impl UnwindSafe for DRepKind
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