pub enum ProjectUserRole {
    Owner,
    Member,
}Expand description
owner or member
Variants§
Trait Implementations§
Source§impl Clone for ProjectUserRole
 
impl Clone for ProjectUserRole
Source§fn clone(&self) -> ProjectUserRole
 
fn clone(&self) -> ProjectUserRole
Returns a copy 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 ProjectUserRole
 
impl Debug for ProjectUserRole
Source§impl<'de> Deserialize<'de> for ProjectUserRole
 
impl<'de> Deserialize<'de> for ProjectUserRole
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 ProjectUserRole
 
impl PartialEq for ProjectUserRole
Source§impl Serialize for ProjectUserRole
 
impl Serialize for ProjectUserRole
impl StructuralPartialEq for ProjectUserRole
Auto Trait Implementations§
impl Freeze for ProjectUserRole
impl RefUnwindSafe for ProjectUserRole
impl Send for ProjectUserRole
impl Sync for ProjectUserRole
impl Unpin for ProjectUserRole
impl UnwindSafe for ProjectUserRole
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