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