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