pub struct TrdAcc {
pub trd_env: i32,
pub acc_id: u64,
pub trd_market_auth_list: Vec<i32>,
}Expand description
交易账户信息
Fields§
§trd_env: i32§acc_id: u64§trd_market_auth_list: Vec<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrdAcc
impl RefUnwindSafe for TrdAcc
impl Send for TrdAcc
impl Sync for TrdAcc
impl Unpin for TrdAcc
impl UnwindSafe for TrdAcc
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