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