pub struct TimeLine { /* private fields */ }
Expand description
A struct holding a DateTime
parsed from the Time: line of the entry
ex: # Time: 2018-02-05T02:46:43.015898Z
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeLine
impl RefUnwindSafe for TimeLine
impl Send for TimeLine
impl Sync for TimeLine
impl Unpin for TimeLine
impl UnwindSafe for TimeLine
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