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