pub struct PostUltraV1ExecuteResponseSwapEventsItem {
pub input_amount: String,
pub input_mint: String,
pub output_amount: String,
pub output_mint: String,
}Fields§
§input_amount: String§input_mint: String§output_amount: String§output_mint: StringTrait Implementations§
Source§impl Clone for PostUltraV1ExecuteResponseSwapEventsItem
impl Clone for PostUltraV1ExecuteResponseSwapEventsItem
Source§fn clone(&self) -> PostUltraV1ExecuteResponseSwapEventsItem
fn clone(&self) -> PostUltraV1ExecuteResponseSwapEventsItem
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<'de> Deserialize<'de> for PostUltraV1ExecuteResponseSwapEventsItem
impl<'de> Deserialize<'de> for PostUltraV1ExecuteResponseSwapEventsItem
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 PostUltraV1ExecuteResponseSwapEventsItem
impl RefUnwindSafe for PostUltraV1ExecuteResponseSwapEventsItem
impl Send for PostUltraV1ExecuteResponseSwapEventsItem
impl Sync for PostUltraV1ExecuteResponseSwapEventsItem
impl Unpin for PostUltraV1ExecuteResponseSwapEventsItem
impl UnsafeUnpin for PostUltraV1ExecuteResponseSwapEventsItem
impl UnwindSafe for PostUltraV1ExecuteResponseSwapEventsItem
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