pub struct LogStats {
pub total: usize,
pub duration_minutes: i64,
}Fields§
§total: usize§duration_minutes: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogStats
impl RefUnwindSafe for LogStats
impl Send for LogStats
impl Sync for LogStats
impl Unpin for LogStats
impl UnsafeUnpin for LogStats
impl UnwindSafe for LogStats
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