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