#[repr(C)]pub struct CFMMCTradingAccountKeyField {
pub is_null: bool,
pub BrokerID: String,
pub ParticipantID: String,
pub AccountID: String,
pub KeyID: i32,
pub CurrentKey: Vec<u8>,
}Fields§
§is_null: bool§BrokerID: String§ParticipantID: String§AccountID: String§KeyID: i32§CurrentKey: Vec<u8>Trait Implementations§
Source§impl Clone for CFMMCTradingAccountKeyField
impl Clone for CFMMCTradingAccountKeyField
Source§impl Debug for CFMMCTradingAccountKeyField
impl Debug for CFMMCTradingAccountKeyField
Auto Trait Implementations§
impl Freeze for CFMMCTradingAccountKeyField
impl RefUnwindSafe for CFMMCTradingAccountKeyField
impl Send for CFMMCTradingAccountKeyField
impl Sync for CFMMCTradingAccountKeyField
impl Unpin for CFMMCTradingAccountKeyField
impl UnwindSafe for CFMMCTradingAccountKeyField
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