pub struct BarChartResponse {
pub bars: Vec<Bar>,
}Expand description
Response from barcharts endpoint.
Fields§
§bars: Vec<Bar>Trait Implementations§
Source§impl Debug for BarChartResponse
impl Debug for BarChartResponse
Source§impl<'de> Deserialize<'de> for BarChartResponse
impl<'de> Deserialize<'de> for BarChartResponse
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 BarChartResponse
impl RefUnwindSafe for BarChartResponse
impl Send for BarChartResponse
impl Sync for BarChartResponse
impl Unpin for BarChartResponse
impl UnsafeUnpin for BarChartResponse
impl UnwindSafe for BarChartResponse
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