Struct ex3_node_types::transaction::SwapV2OrderDetail
source · pub struct SwapV2OrderDetail {
pub side: OrderSide,
pub exact_tokens: SwapV2ExactTokens,
}Expand description
SwapV2 order detail
Fields§
§side: OrderSideOrder side
exact_tokens: SwapV2ExactTokensExact tokens
Trait Implementations§
source§impl Clone for SwapV2OrderDetail
impl Clone for SwapV2OrderDetail
source§fn clone(&self) -> SwapV2OrderDetail
fn clone(&self) -> SwapV2OrderDetail
Returns a copy of the value. Read more
1.0.0 · 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 SwapV2OrderDetail
impl Debug for SwapV2OrderDetail
source§impl<'de> Deserialize<'de> for SwapV2OrderDetail
impl<'de> Deserialize<'de> for SwapV2OrderDetail
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
source§impl PartialEq<SwapV2OrderDetail> for SwapV2OrderDetail
impl PartialEq<SwapV2OrderDetail> for SwapV2OrderDetail
source§fn eq(&self, other: &SwapV2OrderDetail) -> bool
fn eq(&self, other: &SwapV2OrderDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SwapV2OrderDetail
impl Serialize for SwapV2OrderDetail
impl Eq for SwapV2OrderDetail
impl StructuralEq for SwapV2OrderDetail
impl StructuralPartialEq for SwapV2OrderDetail
Auto Trait Implementations§
impl RefUnwindSafe for SwapV2OrderDetail
impl Send for SwapV2OrderDetail
impl Sync for SwapV2OrderDetail
impl Unpin for SwapV2OrderDetail
impl UnwindSafe for SwapV2OrderDetail
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