pub struct ReferenceMarketStatusNowResponseV1 {
pub market: String,
pub early_hours: bool,
pub after_hours: bool,
pub server_time: String,
pub exchanges: HashMap<String, String>,
pub currencies: HashMap<String, String>,
}
Fields§
§market: String
§early_hours: bool
§after_hours: bool
§server_time: String
§exchanges: HashMap<String, String>
§currencies: HashMap<String, String>
Trait Implementations§
Source§impl Clone for ReferenceMarketStatusNowResponseV1
impl Clone for ReferenceMarketStatusNowResponseV1
Source§fn clone(&self) -> ReferenceMarketStatusNowResponseV1
fn clone(&self) -> ReferenceMarketStatusNowResponseV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for ReferenceMarketStatusNowResponseV1
impl<'de> Deserialize<'de> for ReferenceMarketStatusNowResponseV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ReferenceMarketStatusNowResponseV1
impl RefUnwindSafe for ReferenceMarketStatusNowResponseV1
impl Send for ReferenceMarketStatusNowResponseV1
impl Sync for ReferenceMarketStatusNowResponseV1
impl Unpin for ReferenceMarketStatusNowResponseV1
impl UnwindSafe for ReferenceMarketStatusNowResponseV1
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