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