pub enum Delegatee {
Stake(StakePubKeyHash),
Vote(DRep),
StakeVote(StakePubKeyHash, DRep),
}
Variants§
Trait Implementations§
Source§impl IsPlutusData for Delegatee
impl IsPlutusData for Delegatee
fn to_plutus_data(&self) -> PlutusData
fn from_plutus_data(plutus_data: &PlutusData) -> Result<Self, PlutusDataError>where
Self: Sized,
Source§impl Ord for Delegatee
impl Ord for Delegatee
Source§impl PartialOrd for Delegatee
impl PartialOrd for Delegatee
impl Eq for Delegatee
impl StructuralPartialEq for Delegatee
Auto Trait Implementations§
impl Freeze for Delegatee
impl RefUnwindSafe for Delegatee
impl Send for Delegatee
impl Sync for Delegatee
impl Unpin for Delegatee
impl UnwindSafe for Delegatee
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
)