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§
Source§impl Clone for SecurityRightClass
impl Clone for SecurityRightClass
Source§fn clone(&self) -> SecurityRightClass
fn clone(&self) -> SecurityRightClass
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 SecurityRightClass
impl Debug for SecurityRightClass
Source§impl Default for SecurityRightClass
impl Default for SecurityRightClass
Source§fn default() -> SecurityRightClass
fn default() -> SecurityRightClass
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecurityRightClass
impl PartialEq for SecurityRightClass
impl Copy for SecurityRightClass
impl Eq for SecurityRightClass
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
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