pub struct TW25;
Expand description
Unit struct used to represent taskwarrior format 2.5.3 and older. See Task for more information.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TW25
impl RefUnwindSafe for TW25
impl Send for TW25
impl Sync for TW25
impl Unpin for TW25
impl UnwindSafe for TW25
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