pub struct StatsQueryParams {
pub filter: StatsFilter,
}Fields§
§filter: StatsFilterTrait Implementations§
Source§impl Clone for StatsQueryParams
impl Clone for StatsQueryParams
Source§fn clone(&self) -> StatsQueryParams
fn clone(&self) -> StatsQueryParams
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 StatsQueryParams
impl Debug for StatsQueryParams
Source§impl Default for StatsQueryParams
impl Default for StatsQueryParams
Source§fn default() -> StatsQueryParams
fn default() -> StatsQueryParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatsQueryParams
impl<'de> Deserialize<'de> for StatsQueryParams
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
Auto Trait Implementations§
impl Freeze for StatsQueryParams
impl RefUnwindSafe for StatsQueryParams
impl Send for StatsQueryParams
impl Sync for StatsQueryParams
impl Unpin for StatsQueryParams
impl UnsafeUnpin for StatsQueryParams
impl UnwindSafe for StatsQueryParams
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