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