Struct xapi::TradingHours
source · pub struct TradingHours {
pub quotes: Vec<Quote>,
pub symbol: String,
pub trading: Vec<Trading>,
}Fields§
§quotes: Vec<Quote>§symbol: String§trading: Vec<Trading>Trait Implementations§
source§impl Clone for TradingHours
impl Clone for TradingHours
source§fn clone(&self) -> TradingHours
fn clone(&self) -> TradingHours
Returns a copy 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 Debug for TradingHours
impl Debug for TradingHours
source§impl Default for TradingHours
impl Default for TradingHours
source§fn default() -> TradingHours
fn default() -> TradingHours
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TradingHours
impl<'de> Deserialize<'de> for TradingHours
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 RefUnwindSafe for TradingHours
impl Send for TradingHours
impl Sync for TradingHours
impl Unpin for TradingHours
impl UnwindSafe for TradingHours
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