pub struct StatisticsScheme { /* private fields */ }Expand description
The scheme defining what the API will return upon utilizing the /statistics endpoint.
Trait Implementations§
Source§impl Clone for StatisticsScheme
impl Clone for StatisticsScheme
Source§fn clone(&self) -> StatisticsScheme
fn clone(&self) -> StatisticsScheme
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 StatisticsScheme
impl Debug for StatisticsScheme
Source§impl<'de> Deserialize<'de> for StatisticsScheme
impl<'de> Deserialize<'de> for StatisticsScheme
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 StatisticsScheme
impl PartialEq for StatisticsScheme
Source§fn eq(&self, other: &StatisticsScheme) -> bool
fn eq(&self, other: &StatisticsScheme) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StatisticsScheme
Auto Trait Implementations§
impl Freeze for StatisticsScheme
impl RefUnwindSafe for StatisticsScheme
impl Send for StatisticsScheme
impl Sync for StatisticsScheme
impl Unpin for StatisticsScheme
impl UnsafeUnpin for StatisticsScheme
impl UnwindSafe for StatisticsScheme
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