pub struct AccessHistoryOptionsInterval {
pub start: DateTime<Utc>,
pub end: DateTime<Utc>,
}
Fields§
§start: DateTime<Utc>
§end: DateTime<Utc>
Date and time when to stop retrieving database history.
Trait Implementations§
Source§impl Debug for AccessHistoryOptionsInterval
impl Debug for AccessHistoryOptionsInterval
Auto Trait Implementations§
impl Freeze for AccessHistoryOptionsInterval
impl RefUnwindSafe for AccessHistoryOptionsInterval
impl Send for AccessHistoryOptionsInterval
impl Sync for AccessHistoryOptionsInterval
impl Unpin for AccessHistoryOptionsInterval
impl UnwindSafe for AccessHistoryOptionsInterval
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