pub struct QueueRunnabilitySelection {
pub include_draft: bool,
pub prefer_doing: bool,
pub selected_task_id: Option<String>,
pub selected_task_status: Option<TaskStatus>,
}Expand description
Selection context for the report.
Fields§
§include_draft: bool§prefer_doing: bool§selected_task_id: Option<String>§selected_task_status: Option<TaskStatus>Trait Implementations§
Source§impl Clone for QueueRunnabilitySelection
impl Clone for QueueRunnabilitySelection
Source§fn clone(&self) -> QueueRunnabilitySelection
fn clone(&self) -> QueueRunnabilitySelection
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 Debug for QueueRunnabilitySelection
impl Debug for QueueRunnabilitySelection
impl Eq for QueueRunnabilitySelection
impl StructuralPartialEq for QueueRunnabilitySelection
Auto Trait Implementations§
impl Freeze for QueueRunnabilitySelection
impl RefUnwindSafe for QueueRunnabilitySelection
impl Send for QueueRunnabilitySelection
impl Sync for QueueRunnabilitySelection
impl Unpin for QueueRunnabilitySelection
impl UnsafeUnpin for QueueRunnabilitySelection
impl UnwindSafe for QueueRunnabilitySelection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.