Struct timelog::day::HoursReport
source · [−]pub struct HoursReport<'a>(_);Expand description
Representation of the hours report about a Day.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for HoursReport<'a>
impl<'a> Send for HoursReport<'a>
impl<'a> Sync for HoursReport<'a>
impl<'a> Unpin for HoursReport<'a>
impl<'a> UnwindSafe for HoursReport<'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