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