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