pub enum ContextViewType {
ActiveIssues,
ActiveCycle,
UpcomingCycle,
Backlog,
Triage,
Unknown,
}Variants§
ActiveIssues
ActiveCycle
UpcomingCycle
Backlog
Triage
Unknown
Catch-all for unknown/new variants added by Linear.
Trait Implementations§
Source§impl Clone for ContextViewType
impl Clone for ContextViewType
Source§fn clone(&self) -> ContextViewType
fn clone(&self) -> ContextViewType
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 ContextViewType
impl Debug for ContextViewType
Source§impl<'de> Deserialize<'de> for ContextViewType
impl<'de> Deserialize<'de> for ContextViewType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ContextViewType
impl PartialEq for ContextViewType
Source§impl Serialize for ContextViewType
impl Serialize for ContextViewType
impl Eq for ContextViewType
impl StructuralPartialEq for ContextViewType
Auto Trait Implementations§
impl Freeze for ContextViewType
impl RefUnwindSafe for ContextViewType
impl Send for ContextViewType
impl Sync for ContextViewType
impl Unpin for ContextViewType
impl UnwindSafe for ContextViewType
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