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