struct HoldingRow {
holder: String,
qty: String,
ratio: String,
change: String,
time: String,
}Fields§
§holder: String§qty: String§ratio: String§change: String§time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HoldingRow
impl RefUnwindSafe for HoldingRow
impl Send for HoldingRow
impl Sync for HoldingRow
impl Unpin for HoldingRow
impl UnsafeUnpin for HoldingRow
impl UnwindSafe for HoldingRow
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