Struct SecurityRightClass
pub struct SecurityRightClass {
pub sec_type: i32,
pub mkt_id: u32,
pub option_code_like: bool,
}Fields§
§sec_type: i32§mkt_id: u32§option_code_like: boolTrait Implementations§
§impl Clone for SecurityRightClass
impl Clone for SecurityRightClass
§fn clone(&self) -> SecurityRightClass
fn clone(&self) -> SecurityRightClass
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 SecurityRightClass
§impl Debug for SecurityRightClass
impl Debug for SecurityRightClass
§impl Default for SecurityRightClass
impl Default for SecurityRightClass
§fn default() -> SecurityRightClass
fn default() -> SecurityRightClass
Returns the “default value” for a type. Read more
impl Eq for SecurityRightClass
§impl PartialEq for SecurityRightClass
impl PartialEq for SecurityRightClass
§fn eq(&self, other: &SecurityRightClass) -> bool
fn eq(&self, other: &SecurityRightClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecurityRightClass
Auto Trait Implementations§
impl Freeze for SecurityRightClass
impl RefUnwindSafe for SecurityRightClass
impl Send for SecurityRightClass
impl Sync for SecurityRightClass
impl Unpin for SecurityRightClass
impl UnsafeUnpin for SecurityRightClass
impl UnwindSafe for SecurityRightClass
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.§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