pub enum VCardLevel {
Beginner,
Average,
Expert,
High,
Medium,
Low,
}
Variants§
Trait Implementations§
Source§impl Clone for VCardLevel
impl Clone for VCardLevel
Source§fn clone(&self) -> VCardLevel
fn clone(&self) -> VCardLevel
Returns a duplicate of the value. Read more
1.0.0 · 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 VCardLevel
impl Debug for VCardLevel
Source§impl<'de> Deserialize<'de> for VCardLevel
impl<'de> Deserialize<'de> for VCardLevel
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 From<VCardLevel> for VCardParameterValue
impl From<VCardLevel> for VCardParameterValue
Source§fn from(value: VCardLevel) -> Self
fn from(value: VCardLevel) -> Self
Converts to this type from the input type.
Source§impl Hash for VCardLevel
impl Hash for VCardLevel
Source§impl IanaString for VCardLevel
impl IanaString for VCardLevel
Source§impl Ord for VCardLevel
impl Ord for VCardLevel
Source§fn cmp(&self, other: &VCardLevel) -> Ordering
fn cmp(&self, other: &VCardLevel) -> Ordering
1.21.0 · 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 VCardLevel
impl PartialEq for VCardLevel
Source§impl PartialOrd for VCardLevel
impl PartialOrd for VCardLevel
Source§impl Serialize for VCardLevel
impl Serialize for VCardLevel
impl Copy for VCardLevel
impl Eq for VCardLevel
impl StructuralPartialEq for VCardLevel
Auto Trait Implementations§
impl Freeze for VCardLevel
impl RefUnwindSafe for VCardLevel
impl Send for VCardLevel
impl Sync for VCardLevel
impl Unpin for VCardLevel
impl UnwindSafe for VCardLevel
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