pub struct SwapV2SwapEvent {
pub input_amount: Option<String>,
pub input_mint: Option<String>,
pub output_amount: Option<String>,
pub output_mint: Option<String>,
}Fields§
§input_amount: Option<String>§input_mint: Option<String>§output_amount: Option<String>§output_mint: Option<String>Trait Implementations§
Source§impl Clone for SwapV2SwapEvent
impl Clone for SwapV2SwapEvent
Source§fn clone(&self) -> SwapV2SwapEvent
fn clone(&self) -> SwapV2SwapEvent
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 SwapV2SwapEvent
impl Debug for SwapV2SwapEvent
Source§impl Default for SwapV2SwapEvent
impl Default for SwapV2SwapEvent
Source§fn default() -> SwapV2SwapEvent
fn default() -> SwapV2SwapEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SwapV2SwapEvent
impl<'de> Deserialize<'de> for SwapV2SwapEvent
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 SwapV2SwapEvent
impl RefUnwindSafe for SwapV2SwapEvent
impl Send for SwapV2SwapEvent
impl Sync for SwapV2SwapEvent
impl Unpin for SwapV2SwapEvent
impl UnsafeUnpin for SwapV2SwapEvent
impl UnwindSafe for SwapV2SwapEvent
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