pub struct LatestBarsResponse {
pub bars: HashMap<String, Bar>,
pub currency: Option<Currency>,
}Fields§
§bars: HashMap<String, Bar>§currency: Option<Currency>Trait Implementations§
Source§impl Clone for LatestBarsResponse
impl Clone for LatestBarsResponse
Source§fn clone(&self) -> LatestBarsResponse
fn clone(&self) -> LatestBarsResponse
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 Debug for LatestBarsResponse
impl Debug for LatestBarsResponse
Source§impl Default for LatestBarsResponse
impl Default for LatestBarsResponse
Source§fn default() -> LatestBarsResponse
fn default() -> LatestBarsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LatestBarsResponse
impl<'de> Deserialize<'de> for LatestBarsResponse
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
Source§impl PartialEq for LatestBarsResponse
impl PartialEq for LatestBarsResponse
impl StructuralPartialEq for LatestBarsResponse
Auto Trait Implementations§
impl Freeze for LatestBarsResponse
impl RefUnwindSafe for LatestBarsResponse
impl Send for LatestBarsResponse
impl Sync for LatestBarsResponse
impl Unpin for LatestBarsResponse
impl UnwindSafe for LatestBarsResponse
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