pub enum CardanoTxAuxiliaryDataSupplementType {
NONE = 0,
CVOTE_REGISTRATION_SIGNATURE = 1,
}
Available on crate feature
cardano
only.Variants§
Trait Implementations§
source§impl Clone for CardanoTxAuxiliaryDataSupplementType
impl Clone for CardanoTxAuxiliaryDataSupplementType
source§fn clone(&self) -> CardanoTxAuxiliaryDataSupplementType
fn clone(&self) -> CardanoTxAuxiliaryDataSupplementType
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 Enum for CardanoTxAuxiliaryDataSupplementType
impl Enum for CardanoTxAuxiliaryDataSupplementType
source§const NAME: &'static str = "CardanoTxAuxiliaryDataSupplementType"
const NAME: &'static str = "CardanoTxAuxiliaryDataSupplementType"
Enum name as specified in
.proto
file. Read moresource§fn from_i32(value: i32) -> Option<CardanoTxAuxiliaryDataSupplementType>
fn from_i32(value: i32) -> Option<CardanoTxAuxiliaryDataSupplementType>
Try to create an enum from
i32
value.
Return None
if value is unknown.source§fn from_str(str: &str) -> Option<CardanoTxAuxiliaryDataSupplementType>
fn from_str(str: &str) -> Option<CardanoTxAuxiliaryDataSupplementType>
Try to create an enum from
&str
value.
Return None
if str is unknown.source§const VALUES: &'static [CardanoTxAuxiliaryDataSupplementType] = _
const VALUES: &'static [CardanoTxAuxiliaryDataSupplementType] = _
All enum values for enum type.
source§impl EnumFull for CardanoTxAuxiliaryDataSupplementType
impl EnumFull for CardanoTxAuxiliaryDataSupplementType
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 PartialEq for CardanoTxAuxiliaryDataSupplementType
impl PartialEq for CardanoTxAuxiliaryDataSupplementType
source§fn eq(&self, other: &CardanoTxAuxiliaryDataSupplementType) -> bool
fn eq(&self, other: &CardanoTxAuxiliaryDataSupplementType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CardanoTxAuxiliaryDataSupplementType
impl Eq for CardanoTxAuxiliaryDataSupplementType
impl StructuralPartialEq for CardanoTxAuxiliaryDataSupplementType
Auto Trait Implementations§
impl Freeze for CardanoTxAuxiliaryDataSupplementType
impl RefUnwindSafe for CardanoTxAuxiliaryDataSupplementType
impl Send for CardanoTxAuxiliaryDataSupplementType
impl Sync for CardanoTxAuxiliaryDataSupplementType
impl Unpin for CardanoTxAuxiliaryDataSupplementType
impl UnwindSafe for CardanoTxAuxiliaryDataSupplementType
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)