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