pub struct TimeseriesResponse {
pub data: Option<ResponseData>,
}Fields§
§data: Option<ResponseData>Trait Implementations§
Source§impl Clone for TimeseriesResponse
impl Clone for TimeseriesResponse
Source§fn clone(&self) -> TimeseriesResponse
fn clone(&self) -> TimeseriesResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TimeseriesResponse
impl Debug for TimeseriesResponse
Source§impl Default for TimeseriesResponse
impl Default for TimeseriesResponse
Source§fn default() -> TimeseriesResponse
fn default() -> TimeseriesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TimeseriesResponse
impl<'de> Deserialize<'de> for TimeseriesResponse
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 TimeseriesResponse
impl RefUnwindSafe for TimeseriesResponse
impl Send for TimeseriesResponse
impl Sync for TimeseriesResponse
impl Unpin for TimeseriesResponse
impl UnsafeUnpin for TimeseriesResponse
impl UnwindSafe for TimeseriesResponse
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