Struct timelog::day::EventReport
source · [−]pub struct EventReport<'a>(_);Expand description
Representation of the event report about a Day.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for EventReport<'a>
impl<'a> Send for EventReport<'a>
impl<'a> Sync for EventReport<'a>
impl<'a> Unpin for EventReport<'a>
impl<'a> UnwindSafe for EventReport<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more