pub enum ProjectUserCreateRequestRole {
Owner,
Member,
}
Expand description
owner
or member
Variants§
Trait Implementations§
Source§impl Clone for ProjectUserCreateRequestRole
impl Clone for ProjectUserCreateRequestRole
Source§fn clone(&self) -> ProjectUserCreateRequestRole
fn clone(&self) -> ProjectUserCreateRequestRole
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 ProjectUserCreateRequestRole
impl Debug for ProjectUserCreateRequestRole
Source§impl<'de> Deserialize<'de> for ProjectUserCreateRequestRole
impl<'de> Deserialize<'de> for ProjectUserCreateRequestRole
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 ProjectUserCreateRequestRole
impl PartialEq for ProjectUserCreateRequestRole
Source§fn eq(&self, other: &ProjectUserCreateRequestRole) -> bool
fn eq(&self, other: &ProjectUserCreateRequestRole) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ProjectUserCreateRequestRole
impl StructuralPartialEq for ProjectUserCreateRequestRole
Auto Trait Implementations§
impl Freeze for ProjectUserCreateRequestRole
impl RefUnwindSafe for ProjectUserCreateRequestRole
impl Send for ProjectUserCreateRequestRole
impl Sync for ProjectUserCreateRequestRole
impl Unpin for ProjectUserCreateRequestRole
impl UnwindSafe for ProjectUserCreateRequestRole
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