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