pub struct GetMetricsEventAttributes {
pub events: Vec<String>,
}Expand description
GetMetricsEventAttributes : Response of the getMetricsEventAttributes endpoint
Fields§
§events: Vec<String>The list of data points.
Implementations§
Source§impl GetMetricsEventAttributes
impl GetMetricsEventAttributes
Sourcepub fn new(events: Vec<String>) -> GetMetricsEventAttributes
pub fn new(events: Vec<String>) -> GetMetricsEventAttributes
Response of the getMetricsEventAttributes endpoint
Trait Implementations§
Source§impl Clone for GetMetricsEventAttributes
impl Clone for GetMetricsEventAttributes
Source§fn clone(&self) -> GetMetricsEventAttributes
fn clone(&self) -> GetMetricsEventAttributes
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 GetMetricsEventAttributes
impl Debug for GetMetricsEventAttributes
Source§impl Default for GetMetricsEventAttributes
impl Default for GetMetricsEventAttributes
Source§fn default() -> GetMetricsEventAttributes
fn default() -> GetMetricsEventAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMetricsEventAttributes
impl<'de> Deserialize<'de> for GetMetricsEventAttributes
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 GetMetricsEventAttributes
Auto Trait Implementations§
impl Freeze for GetMetricsEventAttributes
impl RefUnwindSafe for GetMetricsEventAttributes
impl Send for GetMetricsEventAttributes
impl Sync for GetMetricsEventAttributes
impl Unpin for GetMetricsEventAttributes
impl UnwindSafe for GetMetricsEventAttributes
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