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