pub struct StakeDeregistration {
pub stake_credential: StakeCredential,
}Fields§
§stake_credential: StakeCredentialTrait Implementations§
Source§impl Clone for StakeDeregistration
impl Clone for StakeDeregistration
Source§fn clone(&self) -> StakeDeregistration
fn clone(&self) -> StakeDeregistration
Returns a duplicate 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 StakeDeregistration
impl Debug for StakeDeregistration
Source§impl Decode for StakeDeregistration
impl Decode for StakeDeregistration
Source§impl PartialEq for StakeDeregistration
impl PartialEq for StakeDeregistration
impl Eq for StakeDeregistration
impl StructuralPartialEq for StakeDeregistration
Auto Trait Implementations§
impl Freeze for StakeDeregistration
impl RefUnwindSafe for StakeDeregistration
impl Send for StakeDeregistration
impl Sync for StakeDeregistration
impl Unpin for StakeDeregistration
impl UnwindSafe for StakeDeregistration
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