pub struct UsageRecordsReadOptions {
pub start: DateTime<Utc>,
pub end: DateTime<Utc>,
pub sessions_dir: PathBuf,
pub scan_all_files: bool,
pub account_history_file: Option<PathBuf>,
pub account_id: Option<String>,
}Fields§
§start: DateTime<Utc>§end: DateTime<Utc>§sessions_dir: PathBuf§scan_all_files: bool§account_history_file: Option<PathBuf>§account_id: Option<String>Trait Implementations§
Source§impl Clone for UsageRecordsReadOptions
impl Clone for UsageRecordsReadOptions
Source§fn clone(&self) -> UsageRecordsReadOptions
fn clone(&self) -> UsageRecordsReadOptions
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 UsageRecordsReadOptions
impl RefUnwindSafe for UsageRecordsReadOptions
impl Send for UsageRecordsReadOptions
impl Sync for UsageRecordsReadOptions
impl Unpin for UsageRecordsReadOptions
impl UnsafeUnpin for UsageRecordsReadOptions
impl UnwindSafe for UsageRecordsReadOptions
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