pub struct AllTimeSinceTodayParams { /* private fields */ }
Expand description
Request parameters for the AllTimeSinceToday endpoint.
Implementations§
Source§impl AllTimeSinceTodayParams
impl AllTimeSinceTodayParams
Sourcepub fn new() -> AllTimeSinceTodayParams
pub fn new() -> AllTimeSinceTodayParams
Create a new AllTimeSinceTodayRequestParams with default values (no project).
Sourcepub fn project(self, project: &str) -> AllTimeSinceTodayParams
pub fn project(self, project: &str) -> AllTimeSinceTodayParams
Set the project parameter for the request.
Sourcepub fn no_project(self) -> AllTimeSinceTodayParams
pub fn no_project(self) -> AllTimeSinceTodayParams
Clear the project parameter for the request.
Trait Implementations§
Source§impl Default for AllTimeSinceTodayParams
impl Default for AllTimeSinceTodayParams
Source§fn default() -> AllTimeSinceTodayParams
fn default() -> AllTimeSinceTodayParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllTimeSinceTodayParams
impl RefUnwindSafe for AllTimeSinceTodayParams
impl Send for AllTimeSinceTodayParams
impl Sync for AllTimeSinceTodayParams
impl Unpin for AllTimeSinceTodayParams
impl UnwindSafe for AllTimeSinceTodayParams
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