struct RtRow {
time: String,
price: String,
avg: String,
volume: String,
turnover: String,
}Fields§
§time: String§price: String§avg: String§volume: String§turnover: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RtRow
impl RefUnwindSafe for RtRow
impl Send for RtRow
impl Sync for RtRow
impl Unpin for RtRow
impl UnsafeUnpin for RtRow
impl UnwindSafe for RtRow
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