pub enum QueueListFormat {
Compact,
Long,
Json,
}Variants§
Compact
Compact tab-separated summary (ID, status, title).
Long
Detailed tab-separated format including tags, scope, and timestamps.
Json
JSON array of task objects (same shape as queue export).
Trait Implementations§
Source§impl Clone for QueueListFormat
impl Clone for QueueListFormat
Source§fn clone(&self) -> QueueListFormat
fn clone(&self) -> QueueListFormat
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 QueueListFormat
impl Debug for QueueListFormat
Source§impl PartialEq for QueueListFormat
impl PartialEq for QueueListFormat
Source§impl ValueEnum for QueueListFormat
impl ValueEnum for QueueListFormat
impl Copy for QueueListFormat
impl Eq for QueueListFormat
impl StructuralPartialEq for QueueListFormat
Auto Trait Implementations§
impl Freeze for QueueListFormat
impl RefUnwindSafe for QueueListFormat
impl Send for QueueListFormat
impl Sync for QueueListFormat
impl Unpin for QueueListFormat
impl UnsafeUnpin for QueueListFormat
impl UnwindSafe for QueueListFormat
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.