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