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