pub struct LogTimeseriesGetResponse {
pub data: Option<Vec<LogTimeseriesResult>>,
pub meta: Option<Box<LogTimeseriesGetResponseMeta>>,
}
Fields§
§data: Option<Vec<LogTimeseriesResult>>
§meta: Option<Box<LogTimeseriesGetResponseMeta>>
Implementations§
Source§impl LogTimeseriesGetResponse
impl LogTimeseriesGetResponse
pub fn new() -> LogTimeseriesGetResponse
Trait Implementations§
Source§impl Clone for LogTimeseriesGetResponse
impl Clone for LogTimeseriesGetResponse
Source§fn clone(&self) -> LogTimeseriesGetResponse
fn clone(&self) -> LogTimeseriesGetResponse
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 LogTimeseriesGetResponse
impl Debug for LogTimeseriesGetResponse
Source§impl Default for LogTimeseriesGetResponse
impl Default for LogTimeseriesGetResponse
Source§fn default() -> LogTimeseriesGetResponse
fn default() -> LogTimeseriesGetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogTimeseriesGetResponse
impl<'de> Deserialize<'de> for LogTimeseriesGetResponse
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 LogTimeseriesGetResponse
impl PartialEq for LogTimeseriesGetResponse
Source§impl Serialize for LogTimeseriesGetResponse
impl Serialize for LogTimeseriesGetResponse
impl StructuralPartialEq for LogTimeseriesGetResponse
Auto Trait Implementations§
impl Freeze for LogTimeseriesGetResponse
impl RefUnwindSafe for LogTimeseriesGetResponse
impl Send for LogTimeseriesGetResponse
impl Sync for LogTimeseriesGetResponse
impl Unpin for LogTimeseriesGetResponse
impl UnwindSafe for LogTimeseriesGetResponse
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