pub enum BlockRfqCurrency {
Btc,
Eth,
Usdc,
Usdt,
Any,
}Variants§
Trait Implementations§
Source§impl Clone for BlockRfqCurrency
impl Clone for BlockRfqCurrency
Source§fn clone(&self) -> BlockRfqCurrency
fn clone(&self) -> BlockRfqCurrency
Returns a duplicate 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 BlockRfqCurrency
impl Debug for BlockRfqCurrency
Source§impl Default for BlockRfqCurrency
impl Default for BlockRfqCurrency
Source§fn default() -> BlockRfqCurrency
fn default() -> BlockRfqCurrency
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockRfqCurrency
impl<'de> Deserialize<'de> for BlockRfqCurrency
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 BlockRfqCurrency
impl PartialEq for BlockRfqCurrency
Source§impl Serialize for BlockRfqCurrency
impl Serialize for BlockRfqCurrency
impl StructuralPartialEq for BlockRfqCurrency
Auto Trait Implementations§
impl Freeze for BlockRfqCurrency
impl RefUnwindSafe for BlockRfqCurrency
impl Send for BlockRfqCurrency
impl Sync for BlockRfqCurrency
impl Unpin for BlockRfqCurrency
impl UnwindSafe for BlockRfqCurrency
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