pub enum GetOrderResponseSwapType {
Aggregator,
Rfq,
AggregatorRfq,
Dflow,
Okx,
}Expand description
Deprecated: use router instead
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for GetOrderResponseSwapType
impl AsRef<str> for GetOrderResponseSwapType
Source§impl Clone for GetOrderResponseSwapType
impl Clone for GetOrderResponseSwapType
Source§fn clone(&self) -> GetOrderResponseSwapType
fn clone(&self) -> GetOrderResponseSwapType
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 GetOrderResponseSwapType
impl Debug for GetOrderResponseSwapType
Source§impl Default for GetOrderResponseSwapType
impl Default for GetOrderResponseSwapType
Source§fn default() -> GetOrderResponseSwapType
fn default() -> GetOrderResponseSwapType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetOrderResponseSwapType
impl<'de> Deserialize<'de> for GetOrderResponseSwapType
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 Display for GetOrderResponseSwapType
impl Display for GetOrderResponseSwapType
impl Eq for GetOrderResponseSwapType
Source§impl PartialEq for GetOrderResponseSwapType
impl PartialEq for GetOrderResponseSwapType
Source§impl Serialize for GetOrderResponseSwapType
impl Serialize for GetOrderResponseSwapType
impl StructuralPartialEq for GetOrderResponseSwapType
Auto Trait Implementations§
impl Freeze for GetOrderResponseSwapType
impl RefUnwindSafe for GetOrderResponseSwapType
impl Send for GetOrderResponseSwapType
impl Sync for GetOrderResponseSwapType
impl Unpin for GetOrderResponseSwapType
impl UnsafeUnpin for GetOrderResponseSwapType
impl UnwindSafe for GetOrderResponseSwapType
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