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