pub enum DeveloperUserRole {
Admin,
Member,
}Expand description
DeveloperUserSpec defines the desired state of DeveloperUser
Variants§
Trait Implementations§
Source§impl Clone for DeveloperUserRole
impl Clone for DeveloperUserRole
Source§fn clone(&self) -> DeveloperUserRole
fn clone(&self) -> DeveloperUserRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeveloperUserRole
impl Debug for DeveloperUserRole
Source§impl<'de> Deserialize<'de> for DeveloperUserRole
impl<'de> Deserialize<'de> for DeveloperUserRole
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 DeveloperUserRole
impl PartialEq for DeveloperUserRole
Source§fn eq(&self, other: &DeveloperUserRole) -> bool
fn eq(&self, other: &DeveloperUserRole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeveloperUserRole
impl Serialize for DeveloperUserRole
impl StructuralPartialEq for DeveloperUserRole
Auto Trait Implementations§
impl Freeze for DeveloperUserRole
impl RefUnwindSafe for DeveloperUserRole
impl Send for DeveloperUserRole
impl Sync for DeveloperUserRole
impl Unpin for DeveloperUserRole
impl UnsafeUnpin for DeveloperUserRole
impl UnwindSafe for DeveloperUserRole
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