pub struct DisplayGroupUpdate {
pub contract_info: String,
}Expand description
Represents a display group update event from TWS.
When subscribed to a display group, this type is returned whenever the user changes the contract displayed in that group within TWS.
Fields§
§contract_info: StringContract information string (e.g., “265598@SMART”)
Implementations§
Trait Implementations§
Source§impl Clone for DisplayGroupUpdate
impl Clone for DisplayGroupUpdate
Source§fn clone(&self) -> DisplayGroupUpdate
fn clone(&self) -> DisplayGroupUpdate
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 ComposeSchema for DisplayGroupUpdate
impl ComposeSchema for DisplayGroupUpdate
Source§impl Debug for DisplayGroupUpdate
impl Debug for DisplayGroupUpdate
Source§impl PartialEq for DisplayGroupUpdate
impl PartialEq for DisplayGroupUpdate
Source§impl ToSchema for DisplayGroupUpdate
impl ToSchema for DisplayGroupUpdate
impl Eq for DisplayGroupUpdate
impl StructuralPartialEq for DisplayGroupUpdate
Auto Trait Implementations§
impl Freeze for DisplayGroupUpdate
impl RefUnwindSafe for DisplayGroupUpdate
impl Send for DisplayGroupUpdate
impl Sync for DisplayGroupUpdate
impl Unpin for DisplayGroupUpdate
impl UnsafeUnpin for DisplayGroupUpdate
impl UnwindSafe for DisplayGroupUpdate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.