pub enum SimpleValue {
}
Expand description
Primitive AMQP 1.0 data type
Variants§
Null
Boolean(bool)
Ubyte(u8)
Ushort(u16)
Uint(u32)
Ulong(u64)
Byte(i8)
Short(i16)
Int(i32)
Long(i64)
Float(Float)
Double(Double)
Char(char)
Timestamp(Timestamp)
Uuid(Uuid)
Binary(Vec<u8>)
String(String)
Symbol(Symbol)
Trait Implementations§
Source§impl Clone for SimpleValue
impl Clone for SimpleValue
Source§fn clone(&self) -> SimpleValue
fn clone(&self) -> SimpleValue
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 SimpleValue
impl Debug for SimpleValue
Source§impl From<&str> for SimpleValue
impl From<&str> for SimpleValue
Source§impl From<String> for SimpleValue
impl From<String> for SimpleValue
Source§impl From<Uuid> for SimpleValue
impl From<Uuid> for SimpleValue
Source§impl From<bool> for SimpleValue
impl From<bool> for SimpleValue
Source§impl From<char> for SimpleValue
impl From<char> for SimpleValue
Source§impl From<i16> for SimpleValue
impl From<i16> for SimpleValue
Source§impl From<i32> for SimpleValue
impl From<i32> for SimpleValue
Source§impl From<i64> for SimpleValue
impl From<i64> for SimpleValue
Source§impl From<i8> for SimpleValue
impl From<i8> for SimpleValue
Source§impl From<u16> for SimpleValue
impl From<u16> for SimpleValue
Source§impl From<u32> for SimpleValue
impl From<u32> for SimpleValue
Source§impl From<u64> for SimpleValue
impl From<u64> for SimpleValue
Source§impl From<u8> for SimpleValue
impl From<u8> for SimpleValue
Source§impl Hash for SimpleValue
impl Hash for SimpleValue
Source§impl PartialEq for SimpleValue
impl PartialEq for SimpleValue
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime String
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime String
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime Uuid
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime Uuid
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime Vec<u8>
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime Vec<u8>
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime bool
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime bool
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime char
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime char
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i16
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i16
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i32
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i32
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i64
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i64
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i8
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime i8
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u16
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u16
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u32
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u32
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u64
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u64
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u8
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for &'__deriveMoreLifetime u8
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for ()
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime SimpleValue> for ()
Source§type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut String
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut String
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut Uuid
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut Uuid
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut Vec<u8>
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut Vec<u8>
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut bool
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut bool
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut char
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut char
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i16
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i16
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i32
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i32
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i64
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i64
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i8
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut i8
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u16
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u16
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u32
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u32
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u64
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u64
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u8
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for &'__deriveMoreLifetime mut u8
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for ()
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut SimpleValue> for ()
Source§type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
type Error = TryIntoError<&'__deriveMoreLifetime mut SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(
value: &'__deriveMoreLifetime mut SimpleValue,
) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
fn try_from( value: &'__deriveMoreLifetime mut SimpleValue, ) -> Result<Self, TryIntoError<&'__deriveMoreLifetime mut SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for ()
impl TryFrom<SimpleValue> for ()
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for String
impl TryFrom<SimpleValue> for String
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for Uuid
impl TryFrom<SimpleValue> for Uuid
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for Vec<u8>
impl TryFrom<SimpleValue> for Vec<u8>
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for bool
impl TryFrom<SimpleValue> for bool
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for char
impl TryFrom<SimpleValue> for char
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for i16
impl TryFrom<SimpleValue> for i16
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for i32
impl TryFrom<SimpleValue> for i32
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for i64
impl TryFrom<SimpleValue> for i64
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for i8
impl TryFrom<SimpleValue> for i8
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for u16
impl TryFrom<SimpleValue> for u16
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for u32
impl TryFrom<SimpleValue> for u32
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for u64
impl TryFrom<SimpleValue> for u64
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
Source§impl TryFrom<SimpleValue> for u8
impl TryFrom<SimpleValue> for u8
Source§type Error = TryIntoError<SimpleValue>
type Error = TryIntoError<SimpleValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
fn try_from(value: SimpleValue) -> Result<Self, TryIntoError<SimpleValue>>
Performs the conversion.
impl Eq for SimpleValue
impl StructuralPartialEq for SimpleValue
Auto Trait Implementations§
impl Freeze for SimpleValue
impl RefUnwindSafe for SimpleValue
impl Send for SimpleValue
impl Sync for SimpleValue
impl Unpin for SimpleValue
impl UnwindSafe for SimpleValue
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