#[repr(C)]pub struct SecAgentACIDMapField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub AccountID: String,
pub CurrencyID: String,
pub BrokerSecAgentID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§UserID: String
§AccountID: String
§CurrencyID: String
§BrokerSecAgentID: String
Trait Implementations§
Source§impl Clone for SecAgentACIDMapField
impl Clone for SecAgentACIDMapField
Source§impl Debug for SecAgentACIDMapField
impl Debug for SecAgentACIDMapField
Source§impl Default for SecAgentACIDMapField
impl Default for SecAgentACIDMapField
Source§impl ExternType for SecAgentACIDMapField
impl ExternType for SecAgentACIDMapField
Auto Trait Implementations§
impl Freeze for SecAgentACIDMapField
impl RefUnwindSafe for SecAgentACIDMapField
impl Send for SecAgentACIDMapField
impl Sync for SecAgentACIDMapField
impl Unpin for SecAgentACIDMapField
impl UnwindSafe for SecAgentACIDMapField
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