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