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