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