pub struct StakeDelegationsProcessDelegation;
Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for StakeDelegationsProcessDelegation
impl BorshDeserialize for StakeDelegationsProcessDelegation
source§impl BorshSerialize for StakeDelegationsProcessDelegation
impl BorshSerialize for StakeDelegationsProcessDelegation
source§impl Discriminator for StakeDelegationsProcessDelegation
impl Discriminator for StakeDelegationsProcessDelegation
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for StakeDelegationsProcessDelegation
impl Send for StakeDelegationsProcessDelegation
impl Sync for StakeDelegationsProcessDelegation
impl Unpin for StakeDelegationsProcessDelegation
impl UnwindSafe for StakeDelegationsProcessDelegation
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