pub struct TasksCommand {
pub delete: Option<String>,
pub clean: bool,
pub retry: Option<String>,
pub edit: bool,
}Fields§
§delete: Option<String>§clean: bool§retry: Option<String>§edit: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TasksCommand
impl RefUnwindSafe for TasksCommand
impl Send for TasksCommand
impl Sync for TasksCommand
impl Unpin for TasksCommand
impl UnwindSafe for TasksCommand
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