pub enum PveRoleEnum {
Internal,
External,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveRoleEnum
impl Clone for PveRoleEnum
Source§fn clone(&self) -> PveRoleEnum
fn clone(&self) -> PveRoleEnum
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 PveRoleEnum
impl Debug for PveRoleEnum
Source§impl Default for PveRoleEnum
impl Default for PveRoleEnum
Source§fn default() -> PveRoleEnum
fn default() -> PveRoleEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveRoleEnum
impl<'de> Deserialize<'de> for PveRoleEnum
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 PveRoleEnum
impl Display for PveRoleEnum
Source§impl Hash for PveRoleEnum
impl Hash for PveRoleEnum
Source§impl Ord for PveRoleEnum
impl Ord for PveRoleEnum
Source§fn cmp(&self, other: &PveRoleEnum) -> Ordering
fn cmp(&self, other: &PveRoleEnum) -> 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 PveRoleEnum
impl PartialEq for PveRoleEnum
Source§fn eq(&self, other: &PveRoleEnum) -> bool
fn eq(&self, other: &PveRoleEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveRoleEnum
impl PartialOrd for PveRoleEnum
Source§impl Serialize for PveRoleEnum
impl Serialize for PveRoleEnum
impl Copy for PveRoleEnum
impl Eq for PveRoleEnum
impl StructuralPartialEq for PveRoleEnum
Auto Trait Implementations§
impl Freeze for PveRoleEnum
impl RefUnwindSafe for PveRoleEnum
impl Send for PveRoleEnum
impl Sync for PveRoleEnum
impl Unpin for PveRoleEnum
impl UnsafeUnpin for PveRoleEnum
impl UnwindSafe for PveRoleEnum
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