pub struct StatsTokensParams {
pub filter: StatsFilter,
pub group: Option<String>,
}Fields§
§filter: StatsFilter§group: Option<String>day (default), session, provider, model, or workspace.
Trait Implementations§
Source§impl Clone for StatsTokensParams
impl Clone for StatsTokensParams
Source§fn clone(&self) -> StatsTokensParams
fn clone(&self) -> StatsTokensParams
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 StatsTokensParams
impl Debug for StatsTokensParams
Source§impl<'de> Deserialize<'de> for StatsTokensParams
impl<'de> Deserialize<'de> for StatsTokensParams
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 StatsTokensParams
impl RefUnwindSafe for StatsTokensParams
impl Send for StatsTokensParams
impl Sync for StatsTokensParams
impl Unpin for StatsTokensParams
impl UnsafeUnpin for StatsTokensParams
impl UnwindSafe for StatsTokensParams
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