pub enum CompletionType {
Tasks,
Todos,
Links,
Repos,
}Expand description
Types of completion data that can be output
Variants§
Tasks
Task IDs and names for ‘track switch’
Todos
TODO IDs and content for current task
Links
Link IDs and URLs for current task
Repos
Repository IDs and paths for current task
Trait Implementations§
Source§impl Clone for CompletionType
impl Clone for CompletionType
Source§fn clone(&self) -> CompletionType
fn clone(&self) -> CompletionType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompletionType
impl Debug for CompletionType
Source§impl ValueEnum for CompletionType
impl ValueEnum for CompletionType
Auto Trait Implementations§
impl Freeze for CompletionType
impl RefUnwindSafe for CompletionType
impl Send for CompletionType
impl Sync for CompletionType
impl Unpin for CompletionType
impl UnsafeUnpin for CompletionType
impl UnwindSafe for CompletionType
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