pub struct ResolvedStatRangeOptions {
pub start: DateTime<Utc>,
pub end: DateTime<Utc>,
pub format: StatFormat,
pub sessions_dir: PathBuf,
pub verbose: bool,
}Fields§
§start: DateTime<Utc>§end: DateTime<Utc>§format: StatFormat§sessions_dir: PathBuf§verbose: boolTrait Implementations§
Source§impl Clone for ResolvedStatRangeOptions
impl Clone for ResolvedStatRangeOptions
Source§fn clone(&self) -> ResolvedStatRangeOptions
fn clone(&self) -> ResolvedStatRangeOptions
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 moreAuto Trait Implementations§
impl Freeze for ResolvedStatRangeOptions
impl RefUnwindSafe for ResolvedStatRangeOptions
impl Send for ResolvedStatRangeOptions
impl Sync for ResolvedStatRangeOptions
impl Unpin for ResolvedStatRangeOptions
impl UnsafeUnpin for ResolvedStatRangeOptions
impl UnwindSafe for ResolvedStatRangeOptions
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