pub struct EndpointStatsOptions {
pub since: Option<String>,
pub until: Option<String>,
}
Fields§
§since: Option<String>
Filter the range to data starting from this date
RFC3339 date string.
until: Option<String>
Filter the range to data ending by this date
RFC3339 date string.
Trait Implementations§
Source§impl Default for EndpointStatsOptions
impl Default for EndpointStatsOptions
Source§fn default() -> EndpointStatsOptions
fn default() -> EndpointStatsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EndpointStatsOptions
impl RefUnwindSafe for EndpointStatsOptions
impl Send for EndpointStatsOptions
impl Sync for EndpointStatsOptions
impl Unpin for EndpointStatsOptions
impl UnwindSafe for EndpointStatsOptions
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