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