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