pub struct BlockRfqMakerQuotesCurrencyChannel {
pub currency: CurrencyWithAny,
}Fields§
§currency: CurrencyWithAnyTrait Implementations§
Source§impl Clone for BlockRfqMakerQuotesCurrencyChannel
impl Clone for BlockRfqMakerQuotesCurrencyChannel
Source§fn clone(&self) -> BlockRfqMakerQuotesCurrencyChannel
fn clone(&self) -> BlockRfqMakerQuotesCurrencyChannel
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<'de> Deserialize<'de> for BlockRfqMakerQuotesCurrencyChannel
impl<'de> Deserialize<'de> for BlockRfqMakerQuotesCurrencyChannel
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 BlockRfqMakerQuotesCurrencyChannel
impl PartialEq for BlockRfqMakerQuotesCurrencyChannel
Source§fn eq(&self, other: &BlockRfqMakerQuotesCurrencyChannel) -> bool
fn eq(&self, other: &BlockRfqMakerQuotesCurrencyChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Subscription for BlockRfqMakerQuotesCurrencyChannel
impl Subscription for BlockRfqMakerQuotesCurrencyChannel
type Data = Vec<BlockRfqQuote>
fn channel_string(&self) -> String
impl StructuralPartialEq for BlockRfqMakerQuotesCurrencyChannel
Auto Trait Implementations§
impl Freeze for BlockRfqMakerQuotesCurrencyChannel
impl RefUnwindSafe for BlockRfqMakerQuotesCurrencyChannel
impl Send for BlockRfqMakerQuotesCurrencyChannel
impl Sync for BlockRfqMakerQuotesCurrencyChannel
impl Unpin for BlockRfqMakerQuotesCurrencyChannel
impl UnwindSafe for BlockRfqMakerQuotesCurrencyChannel
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