pub struct WithdrawInstructionsRes {
pub program_id: Vec<String>,
pub accounts: Vec<AccountInfo>,
pub data: String,
}Fields§
§program_id: Vec<String>§accounts: Vec<AccountInfo>§data: StringTrait Implementations§
Source§impl Debug for WithdrawInstructionsRes
impl Debug for WithdrawInstructionsRes
Source§impl<'de> Deserialize<'de> for WithdrawInstructionsRes
impl<'de> Deserialize<'de> for WithdrawInstructionsRes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WithdrawInstructionsRes
impl RefUnwindSafe for WithdrawInstructionsRes
impl Send for WithdrawInstructionsRes
impl Sync for WithdrawInstructionsRes
impl Unpin for WithdrawInstructionsRes
impl UnsafeUnpin for WithdrawInstructionsRes
impl UnwindSafe for WithdrawInstructionsRes
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