pub struct SwapV1AccountMeta {
pub is_signer: bool,
pub is_writable: bool,
pub pubkey: String,
}Fields§
§is_signer: bool§is_writable: bool§pubkey: StringTrait Implementations§
Source§impl Clone for SwapV1AccountMeta
impl Clone for SwapV1AccountMeta
Source§fn clone(&self) -> SwapV1AccountMeta
fn clone(&self) -> SwapV1AccountMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SwapV1AccountMeta
impl Debug for SwapV1AccountMeta
Source§impl<'de> Deserialize<'de> for SwapV1AccountMeta
impl<'de> Deserialize<'de> for SwapV1AccountMeta
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 SwapV1AccountMeta
impl RefUnwindSafe for SwapV1AccountMeta
impl Send for SwapV1AccountMeta
impl Sync for SwapV1AccountMeta
impl Unpin for SwapV1AccountMeta
impl UnsafeUnpin for SwapV1AccountMeta
impl UnwindSafe for SwapV1AccountMeta
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