pub struct SubscriptionSecurityFacts {
pub stock_id: u64,
pub sec_type: i32,
pub mkt_id: u32,
pub market: i32,
}Fields§
§stock_id: u64§sec_type: i32§mkt_id: u32§market: i32Trait Implementations§
Source§impl Clone for SubscriptionSecurityFacts
impl Clone for SubscriptionSecurityFacts
Source§fn clone(&self) -> SubscriptionSecurityFacts
fn clone(&self) -> SubscriptionSecurityFacts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubscriptionSecurityFacts
Source§impl Debug for SubscriptionSecurityFacts
impl Debug for SubscriptionSecurityFacts
impl Eq for SubscriptionSecurityFacts
Source§impl PartialEq for SubscriptionSecurityFacts
impl PartialEq for SubscriptionSecurityFacts
Source§fn eq(&self, other: &SubscriptionSecurityFacts) -> bool
fn eq(&self, other: &SubscriptionSecurityFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubscriptionSecurityFacts
Auto Trait Implementations§
impl Freeze for SubscriptionSecurityFacts
impl RefUnwindSafe for SubscriptionSecurityFacts
impl Send for SubscriptionSecurityFacts
impl Sync for SubscriptionSecurityFacts
impl Unpin for SubscriptionSecurityFacts
impl UnsafeUnpin for SubscriptionSecurityFacts
impl UnwindSafe for SubscriptionSecurityFacts
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.