pub enum PropertyValueKind {
String,
Boolean,
Integer,
Number,
Quantity,
Enum,
Reference,
StringList,
ReferenceList,
}Variants§
Trait Implementations§
Source§impl Clone for PropertyValueKind
impl Clone for PropertyValueKind
Source§fn clone(&self) -> PropertyValueKind
fn clone(&self) -> PropertyValueKind
Returns a copy 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 PropertyValueKind
impl Debug for PropertyValueKind
Source§impl<'de> Deserialize<'de> for PropertyValueKind
impl<'de> Deserialize<'de> for PropertyValueKind
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 PartialEq for PropertyValueKind
impl PartialEq for PropertyValueKind
Source§impl Serialize for PropertyValueKind
impl Serialize for PropertyValueKind
impl Eq for PropertyValueKind
impl StructuralPartialEq for PropertyValueKind
Auto Trait Implementations§
impl Freeze for PropertyValueKind
impl RefUnwindSafe for PropertyValueKind
impl Send for PropertyValueKind
impl Sync for PropertyValueKind
impl Unpin for PropertyValueKind
impl UnwindSafe for PropertyValueKind
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