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