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