pub struct RfqCurrencyChannel {
pub currency: CurrencyWithAny,
}Fields§
§currency: CurrencyWithAnyTrait Implementations§
Source§impl Clone for RfqCurrencyChannel
impl Clone for RfqCurrencyChannel
Source§fn clone(&self) -> RfqCurrencyChannel
fn clone(&self) -> RfqCurrencyChannel
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 RfqCurrencyChannel
impl Debug for RfqCurrencyChannel
Source§impl<'de> Deserialize<'de> for RfqCurrencyChannel
impl<'de> Deserialize<'de> for RfqCurrencyChannel
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 RfqCurrencyChannel
impl PartialEq for RfqCurrencyChannel
Source§impl Serialize for RfqCurrencyChannel
impl Serialize for RfqCurrencyChannel
Source§impl Subscription for RfqCurrencyChannel
impl Subscription for RfqCurrencyChannel
type Data = RfqNotification
fn channel_string(&self) -> String
impl StructuralPartialEq for RfqCurrencyChannel
Auto Trait Implementations§
impl Freeze for RfqCurrencyChannel
impl RefUnwindSafe for RfqCurrencyChannel
impl Send for RfqCurrencyChannel
impl Sync for RfqCurrencyChannel
impl Unpin for RfqCurrencyChannel
impl UnwindSafe for RfqCurrencyChannel
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