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