struct AccountOut {
acc_id: u64,
trd_env: i32,
env_label: &'static str,
trd_market_auth_list: Vec<i32>,
}Fields§
§acc_id: u64§trd_env: i32§env_label: &'static str§trd_market_auth_list: Vec<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccountOut
impl RefUnwindSafe for AccountOut
impl Send for AccountOut
impl Sync for AccountOut
impl Unpin for AccountOut
impl UnwindSafe for AccountOut
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