pub struct TrendsOptions {
pub period: Period,
pub group_by: GroupBy,
}Fields§
§period: Period§group_by: GroupByTrait Implementations§
Source§impl Clone for TrendsOptions
impl Clone for TrendsOptions
Source§fn clone(&self) -> TrendsOptions
fn clone(&self) -> TrendsOptions
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 TrendsOptions
impl Debug for TrendsOptions
Source§impl Default for TrendsOptions
impl Default for TrendsOptions
Source§impl<'de> Deserialize<'de> for TrendsOptions
impl<'de> Deserialize<'de> for TrendsOptions
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 Eq for TrendsOptions
Source§impl PartialEq for TrendsOptions
impl PartialEq for TrendsOptions
Source§fn eq(&self, other: &TrendsOptions) -> bool
fn eq(&self, other: &TrendsOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TrendsOptions
impl Serialize for TrendsOptions
impl StructuralPartialEq for TrendsOptions
Auto Trait Implementations§
impl Freeze for TrendsOptions
impl RefUnwindSafe for TrendsOptions
impl Send for TrendsOptions
impl Sync for TrendsOptions
impl Unpin for TrendsOptions
impl UnsafeUnpin for TrendsOptions
impl UnwindSafe for TrendsOptions
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