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