struct RehabRow {
time: String,
fwd_a: String,
fwd_b: String,
bwd_a: String,
dividend: String,
act_flag: i64,
}Fields§
§time: String§fwd_a: String§fwd_b: String§bwd_a: String§dividend: String§act_flag: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for RehabRow
impl RefUnwindSafe for RehabRow
impl Send for RehabRow
impl Sync for RehabRow
impl Unpin for RehabRow
impl UnsafeUnpin for RehabRow
impl UnwindSafe for RehabRow
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