Struct ex3_node_types::transaction::AmmV2OrderDetail
source · pub struct AmmV2OrderDetail {
pub side: OrderSide,
pub exact_tokens: AmmV2ExactTokens,
}Expand description
Amm V2 order detail
Fields§
§side: OrderSideOrder side
exact_tokens: AmmV2ExactTokensExact tokens
Trait Implementations§
source§impl Clone for AmmV2OrderDetail
impl Clone for AmmV2OrderDetail
source§fn clone(&self) -> AmmV2OrderDetail
fn clone(&self) -> AmmV2OrderDetail
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 AmmV2OrderDetail
impl Debug for AmmV2OrderDetail
source§impl<'de> Deserialize<'de> for AmmV2OrderDetail
impl<'de> Deserialize<'de> for AmmV2OrderDetail
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 for AmmV2OrderDetail
impl PartialEq for AmmV2OrderDetail
source§fn eq(&self, other: &AmmV2OrderDetail) -> bool
fn eq(&self, other: &AmmV2OrderDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AmmV2OrderDetail
impl Serialize for AmmV2OrderDetail
impl Eq for AmmV2OrderDetail
impl StructuralPartialEq for AmmV2OrderDetail
Auto Trait Implementations§
impl Freeze for AmmV2OrderDetail
impl RefUnwindSafe for AmmV2OrderDetail
impl Send for AmmV2OrderDetail
impl Sync for AmmV2OrderDetail
impl Unpin for AmmV2OrderDetail
impl UnwindSafe for AmmV2OrderDetail
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