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