pub struct TickerInstrumentNameChannel {
pub instrument_name: String,
pub interval: SubscriptionInterval,
}Fields§
§instrument_name: String§interval: SubscriptionIntervalTrait Implementations§
Source§impl Clone for TickerInstrumentNameChannel
impl Clone for TickerInstrumentNameChannel
Source§fn clone(&self) -> TickerInstrumentNameChannel
fn clone(&self) -> TickerInstrumentNameChannel
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 TickerInstrumentNameChannel
impl Debug for TickerInstrumentNameChannel
Source§impl<'de> Deserialize<'de> for TickerInstrumentNameChannel
impl<'de> Deserialize<'de> for TickerInstrumentNameChannel
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 Subscription for TickerInstrumentNameChannel
impl Subscription for TickerInstrumentNameChannel
type Data = TickerNotification
fn channel_string(&self) -> String
impl StructuralPartialEq for TickerInstrumentNameChannel
Auto Trait Implementations§
impl Freeze for TickerInstrumentNameChannel
impl RefUnwindSafe for TickerInstrumentNameChannel
impl Send for TickerInstrumentNameChannel
impl Sync for TickerInstrumentNameChannel
impl Unpin for TickerInstrumentNameChannel
impl UnwindSafe for TickerInstrumentNameChannel
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