pub enum CardanoDRepType {
KEY_HASH = 0,
SCRIPT_HASH = 1,
ABSTAIN = 2,
NO_CONFIDENCE = 3,
}
Available on crate feature
cardano
only.Variants§
Trait Implementations§
Source§impl Clone for CardanoDRepType
impl Clone for CardanoDRepType
Source§fn clone(&self) -> CardanoDRepType
fn clone(&self) -> CardanoDRepType
Returns a copy 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 CardanoDRepType
impl Debug for CardanoDRepType
Source§impl Default for CardanoDRepType
impl Default for CardanoDRepType
Source§impl Enum for CardanoDRepType
impl Enum for CardanoDRepType
Source§const VALUES: &'static [CardanoDRepType]
const VALUES: &'static [CardanoDRepType]
All enum values for enum type.
Source§impl EnumFull for CardanoDRepType
impl EnumFull for CardanoDRepType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for CardanoDRepType
impl Hash for CardanoDRepType
Source§impl PartialEq for CardanoDRepType
impl PartialEq for CardanoDRepType
impl Copy for CardanoDRepType
impl Eq for CardanoDRepType
impl StructuralPartialEq for CardanoDRepType
Auto Trait Implementations§
impl Freeze for CardanoDRepType
impl RefUnwindSafe for CardanoDRepType
impl Send for CardanoDRepType
impl Sync for CardanoDRepType
impl Unpin for CardanoDRepType
impl UnwindSafe for CardanoDRepType
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