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