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