struct TradingDayRow {
time: String,
type_label: String,
}Fields§
§time: String§type_label: StringTrait Implementations§
Source§impl Tabled for TradingDayRow
impl Tabled for TradingDayRow
Auto Trait Implementations§
impl Freeze for TradingDayRow
impl RefUnwindSafe for TradingDayRow
impl Send for TradingDayRow
impl Sync for TradingDayRow
impl Unpin for TradingDayRow
impl UnsafeUnpin for TradingDayRow
impl UnwindSafe for TradingDayRow
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