pub enum PbsRoleidEnum {
Show 18 variants
Admin,
Audit,
NoAccess,
DatastoreAdmin,
DatastoreReader,
DatastoreBackup,
DatastorePowerUser,
DatastoreAudit,
RemoteAudit,
RemoteAdmin,
RemoteSyncOperator,
RemoteSyncPushOperator,
RemoteDatastorePowerUser,
RemoteDatastoreAdmin,
TapeAudit,
TapeAdmin,
TapeOperator,
TapeReader,
}Expand description
Variants§
Admin
Audit
NoAccess
DatastoreAdmin
DatastoreReader
DatastoreBackup
DatastorePowerUser
DatastoreAudit
RemoteAudit
RemoteAdmin
RemoteSyncOperator
RemoteSyncPushOperator
RemoteDatastorePowerUser
RemoteDatastoreAdmin
TapeAudit
TapeAdmin
TapeOperator
TapeReader
Trait Implementations§
Source§impl Clone for PbsRoleidEnum
impl Clone for PbsRoleidEnum
Source§fn clone(&self) -> PbsRoleidEnum
fn clone(&self) -> PbsRoleidEnum
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 PbsRoleidEnum
impl Debug for PbsRoleidEnum
Source§impl Default for PbsRoleidEnum
impl Default for PbsRoleidEnum
Source§fn default() -> PbsRoleidEnum
fn default() -> PbsRoleidEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsRoleidEnum
impl<'de> Deserialize<'de> for PbsRoleidEnum
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 Display for PbsRoleidEnum
impl Display for PbsRoleidEnum
Source§impl Hash for PbsRoleidEnum
impl Hash for PbsRoleidEnum
Source§impl Ord for PbsRoleidEnum
impl Ord for PbsRoleidEnum
Source§fn cmp(&self, other: &PbsRoleidEnum) -> Ordering
fn cmp(&self, other: &PbsRoleidEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbsRoleidEnum
impl PartialEq for PbsRoleidEnum
Source§fn eq(&self, other: &PbsRoleidEnum) -> bool
fn eq(&self, other: &PbsRoleidEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsRoleidEnum
impl PartialOrd for PbsRoleidEnum
Source§impl Serialize for PbsRoleidEnum
impl Serialize for PbsRoleidEnum
impl Copy for PbsRoleidEnum
impl Eq for PbsRoleidEnum
impl StructuralPartialEq for PbsRoleidEnum
Auto Trait Implementations§
impl Freeze for PbsRoleidEnum
impl RefUnwindSafe for PbsRoleidEnum
impl Send for PbsRoleidEnum
impl Sync for PbsRoleidEnum
impl Unpin for PbsRoleidEnum
impl UnsafeUnpin for PbsRoleidEnum
impl UnwindSafe for PbsRoleidEnum
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