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