pub struct AggregateAppStatsOptions {
pub app_ids: Option<Vec<String>>,
pub since: String,
pub until: String,
}
Fields§
§app_ids: Option<Vec<String>>
§since: String
§until: String
Auto Trait Implementations§
impl Freeze for AggregateAppStatsOptions
impl RefUnwindSafe for AggregateAppStatsOptions
impl Send for AggregateAppStatsOptions
impl Sync for AggregateAppStatsOptions
impl Unpin for AggregateAppStatsOptions
impl UnwindSafe for AggregateAppStatsOptions
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