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