pub enum AttributeValueKind {
Bool,
Integer,
Unsigned,
Rational,
Text,
Integers,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeValueKind
impl Clone for AttributeValueKind
Source§fn clone(&self) -> AttributeValueKind
fn clone(&self) -> AttributeValueKind
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 moreimpl Copy for AttributeValueKind
Source§impl Debug for AttributeValueKind
impl Debug for AttributeValueKind
Source§impl<'de> Deserialize<'de> for AttributeValueKind
impl<'de> Deserialize<'de> for AttributeValueKind
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
impl Eq for AttributeValueKind
Source§impl PartialEq for AttributeValueKind
impl PartialEq for AttributeValueKind
Source§impl Serialize for AttributeValueKind
impl Serialize for AttributeValueKind
impl StructuralPartialEq for AttributeValueKind
Auto Trait Implementations§
impl Freeze for AttributeValueKind
impl RefUnwindSafe for AttributeValueKind
impl Send for AttributeValueKind
impl Sync for AttributeValueKind
impl Unpin for AttributeValueKind
impl UnsafeUnpin for AttributeValueKind
impl UnwindSafe for AttributeValueKind
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