pub enum CertificateKind {
Show 17 variants
StakeRegistration,
StakeDeregistration,
StakeDelegation,
PoolRegistration,
PoolRetirement,
GenesisKeyDelegation,
MoveInstantaneousRewardsCert,
CommitteeHotAuth,
CommitteeColdResign,
DRepDeregistration,
DRepRegistration,
DRepUpdate,
StakeAndVoteDelegation,
StakeRegistrationAndDelegation,
StakeVoteRegistrationAndDelegation,
VoteDelegation,
VoteRegistrationAndDelegation,
}
Variants§
StakeRegistration
StakeDeregistration
StakeDelegation
PoolRegistration
PoolRetirement
GenesisKeyDelegation
MoveInstantaneousRewardsCert
CommitteeHotAuth
CommitteeColdResign
DRepDeregistration
DRepRegistration
DRepUpdate
StakeAndVoteDelegation
StakeRegistrationAndDelegation
StakeVoteRegistrationAndDelegation
VoteDelegation
VoteRegistrationAndDelegation
Trait Implementations§
source§impl Clone for CertificateKind
impl Clone for CertificateKind
source§fn clone(&self) -> CertificateKind
fn clone(&self) -> CertificateKind
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 CertificateKind
impl Debug for CertificateKind
source§impl Ord for CertificateKind
impl Ord for CertificateKind
source§fn cmp(&self, other: &CertificateKind) -> Ordering
fn cmp(&self, other: &CertificateKind) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CertificateKind
impl PartialEq for CertificateKind
source§impl PartialOrd for CertificateKind
impl PartialOrd for CertificateKind
impl Eq for CertificateKind
impl StructuralPartialEq for CertificateKind
Auto Trait Implementations§
impl Freeze for CertificateKind
impl RefUnwindSafe for CertificateKind
impl Send for CertificateKind
impl Sync for CertificateKind
impl Unpin for CertificateKind
impl UnwindSafe for CertificateKind
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§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
)