pub struct AnalyticsSeries;
Trait Implementations§
Source§impl Field for AnalyticsSeries
impl Field for AnalyticsSeries
Source§impl HasArgument<endDate> for AnalyticsSeries
impl HasArgument<endDate> for AnalyticsSeries
Source§impl HasArgument<postIds> for AnalyticsSeries
impl HasArgument<postIds> for AnalyticsSeries
Source§impl HasArgument<startDate> for AnalyticsSeries
impl HasArgument<startDate> for AnalyticsSeries
Source§impl HasArgument<userId> for AnalyticsSeries
impl HasArgument<userId> for AnalyticsSeries
Auto Trait Implementations§
impl Freeze for AnalyticsSeries
impl RefUnwindSafe for AnalyticsSeries
impl Send for AnalyticsSeries
impl Sync for AnalyticsSeries
impl Unpin for AnalyticsSeries
impl UnwindSafe for AnalyticsSeries
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