pub struct TaskOptions {
pub detailed: bool,
pub show_project: bool,
pub show_area: bool,
pub show_today_markers: bool,
pub show_staged_today_marker: bool,
}Fields§
§detailed: bool§show_project: bool§show_area: bool§show_today_markers: bool§show_staged_today_marker: boolTrait Implementations§
Source§impl Clone for TaskOptions
impl Clone for TaskOptions
Source§fn clone(&self) -> TaskOptions
fn clone(&self) -> TaskOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TaskOptions
impl Default for TaskOptions
Source§fn default() -> TaskOptions
fn default() -> TaskOptions
Returns the “default value” for a type. Read more
impl Copy for TaskOptions
Auto Trait Implementations§
impl Freeze for TaskOptions
impl RefUnwindSafe for TaskOptions
impl Send for TaskOptions
impl Sync for TaskOptions
impl Unpin for TaskOptions
impl UnsafeUnpin for TaskOptions
impl UnwindSafe for TaskOptions
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