IntoValue

Trait IntoValue 

Source
pub trait IntoValue {
    // Required method
    fn into_value(self) -> Value;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoValue for &str

Source§

impl IntoValue for &[u8]

Source§

impl IntoValue for bool

Source§

impl IntoValue for f32

Source§

impl IntoValue for f64

Source§

impl IntoValue for i8

Source§

impl IntoValue for i16

Source§

impl IntoValue for i32

Source§

impl IntoValue for i64

Source§

impl IntoValue for i128

Source§

impl IntoValue for u8

Source§

impl IntoValue for u16

Source§

impl IntoValue for u32

Source§

impl IntoValue for u64

Source§

impl IntoValue for u128

Source§

impl IntoValue for String

Source§

impl IntoValue for Vec<u8>

Source§

impl<T: IntoValue> IntoValue for Option<T>

Source§

impl<const N: usize> IntoValue for &[u8; N]

Source§

impl<const N: usize> IntoValue for [u8; N]

Implementors§