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