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