pub enum ProjectTab {
Customers,
Documents,
Issues,
Updates,
Unknown,
}Expand description
Different tabs available inside a project.
Variants§
Trait Implementations§
Source§impl Clone for ProjectTab
impl Clone for ProjectTab
Source§fn clone(&self) -> ProjectTab
fn clone(&self) -> ProjectTab
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 ProjectTab
impl Debug for ProjectTab
Source§impl<'de> Deserialize<'de> for ProjectTab
impl<'de> Deserialize<'de> for ProjectTab
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 ProjectTab
impl PartialEq for ProjectTab
Source§impl Serialize for ProjectTab
impl Serialize for ProjectTab
impl Eq for ProjectTab
impl StructuralPartialEq for ProjectTab
Auto Trait Implementations§
impl Freeze for ProjectTab
impl RefUnwindSafe for ProjectTab
impl Send for ProjectTab
impl Sync for ProjectTab
impl Unpin for ProjectTab
impl UnwindSafe for ProjectTab
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