struct AccRow {
acc_id: String,
card: String,
env: String,
broker: String,
acc_type: String,
status: String,
label: String,
markets: String,
}Fields§
§acc_id: String§card: String§env: String§broker: String§acc_type: String§status: String§label: String§markets: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AccRow
impl RefUnwindSafe for AccRow
impl Send for AccRow
impl Sync for AccRow
impl Unpin for AccRow
impl UnsafeUnpin for AccRow
impl UnwindSafe for AccRow
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