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