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