pub enum DefaultView {
List,
Board,
Calendar,
Timeline,
}Expand description
The default view (list, board, calendar, or timeline) of a project.
Variants§
Trait Implementations§
Source§impl Clone for DefaultView
impl Clone for DefaultView
Source§fn clone(&self) -> DefaultView
fn clone(&self) -> DefaultView
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 DefaultView
impl Debug for DefaultView
Source§impl<'de> Deserialize<'de> for DefaultView
impl<'de> Deserialize<'de> for DefaultView
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 Hash for DefaultView
impl Hash for DefaultView
Source§impl Ord for DefaultView
impl Ord for DefaultView
Source§fn cmp(&self, other: &DefaultView) -> Ordering
fn cmp(&self, other: &DefaultView) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DefaultView
impl PartialEq for DefaultView
Source§impl PartialOrd for DefaultView
impl PartialOrd for DefaultView
Source§impl Serialize for DefaultView
impl Serialize for DefaultView
impl Copy for DefaultView
impl Eq for DefaultView
impl StructuralPartialEq for DefaultView
Auto Trait Implementations§
impl Freeze for DefaultView
impl RefUnwindSafe for DefaultView
impl Send for DefaultView
impl Sync for DefaultView
impl Unpin for DefaultView
impl UnwindSafe for DefaultView
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.