pub struct PropertyValue(pub Value);Tuple Fields§
§0: ValueImplementations§
Trait Implementations§
Source§impl Clone for PropertyValue
impl Clone for PropertyValue
Source§fn clone(&self) -> PropertyValue
fn clone(&self) -> PropertyValue
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 PropertyValue
impl Debug for PropertyValue
Source§impl From<DateTime> for PropertyValue
impl From<DateTime> for PropertyValue
Source§impl From<PropertySet> for PropertyValue
impl From<PropertySet> for PropertyValue
Source§fn from(value: PropertySet) -> Self
fn from(value: PropertySet) -> Self
Converts to this type from the input type.
Source§impl From<PropertyValue> for Value
impl From<PropertyValue> for Value
Source§fn from(value: PropertyValue) -> Self
fn from(value: PropertyValue) -> Self
Converts to this type from the input type.
Source§impl From<Quality> for PropertyValue
impl From<Quality> for PropertyValue
Source§impl From<String> for PropertyValue
impl From<String> for PropertyValue
Source§impl From<Value> for PropertyValue
impl From<Value> for PropertyValue
Source§impl From<Vec<PropertySet>> for PropertyValue
impl From<Vec<PropertySet>> for PropertyValue
Source§fn from(value: Vec<PropertySet>) -> Self
fn from(value: Vec<PropertySet>) -> Self
Converts to this type from the input type.
Source§impl From<bool> for PropertyValue
impl From<bool> for PropertyValue
Source§impl From<f32> for PropertyValue
impl From<f32> for PropertyValue
Source§impl From<f64> for PropertyValue
impl From<f64> for PropertyValue
Source§impl From<i16> for PropertyValue
impl From<i16> for PropertyValue
Source§impl From<i32> for PropertyValue
impl From<i32> for PropertyValue
Source§impl From<i64> for PropertyValue
impl From<i64> for PropertyValue
Source§impl From<i8> for PropertyValue
impl From<i8> for PropertyValue
Source§impl From<u16> for PropertyValue
impl From<u16> for PropertyValue
Source§impl From<u32> for PropertyValue
impl From<u32> for PropertyValue
Source§impl From<u64> for PropertyValue
impl From<u64> for PropertyValue
Source§impl From<u8> for PropertyValue
impl From<u8> for PropertyValue
Source§impl TryFrom<PropertyValue> for DateTime
impl TryFrom<PropertyValue> for DateTime
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for PropertySet
impl TryFrom<PropertyValue> for PropertySet
Source§impl TryFrom<PropertyValue> for Quality
impl TryFrom<PropertyValue> for Quality
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for String
impl TryFrom<PropertyValue> for String
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for Vec<PropertySet>
impl TryFrom<PropertyValue> for Vec<PropertySet>
Source§impl TryFrom<PropertyValue> for bool
impl TryFrom<PropertyValue> for bool
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for f32
impl TryFrom<PropertyValue> for f32
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for f64
impl TryFrom<PropertyValue> for f64
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for i16
impl TryFrom<PropertyValue> for i16
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for i32
impl TryFrom<PropertyValue> for i32
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for i64
impl TryFrom<PropertyValue> for i64
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for i8
impl TryFrom<PropertyValue> for i8
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for u16
impl TryFrom<PropertyValue> for u16
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for u32
impl TryFrom<PropertyValue> for u32
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for u64
impl TryFrom<PropertyValue> for u64
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Source§impl TryFrom<PropertyValue> for u8
impl TryFrom<PropertyValue> for u8
Source§type Error = FromValueTypeError
type Error = FromValueTypeError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for PropertyValue
impl RefUnwindSafe for PropertyValue
impl Send for PropertyValue
impl Sync for PropertyValue
impl Unpin for PropertyValue
impl UnwindSafe for PropertyValue
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