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