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