struct MarketStateJson {
symbol: String,
name: String,
market_state: i32,
}Fields§
§symbol: String§name: String§market_state: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarketStateJson
impl RefUnwindSafe for MarketStateJson
impl Send for MarketStateJson
impl Sync for MarketStateJson
impl Unpin for MarketStateJson
impl UnsafeUnpin for MarketStateJson
impl UnwindSafe for MarketStateJson
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