Trait ToValue

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

Required Methods§

Source

fn to_value(self) -> Value

Implementations on Foreign Types§

Source§

impl ToValue for &bool

Source§

impl ToValue for &str

Source§

impl ToValue for &String

Source§

impl ToValue for &Vec<u8>

Source§

impl ToValue for &Vec<String>

Source§

impl ToValue for &Vec<Vec<u8>>

Source§

impl ToValue for &Vec<BigDecimal>

Source§

impl ToValue for &Vec<BigInt>

Source§

impl ToValue for &Timestamp

Source§

impl ToValue for &BigDecimal

Source§

impl ToValue for &BigInt

Source§

impl ToValue for bool

Source§

impl ToValue for i8

Source§

impl ToValue for i16

Source§

impl ToValue for i32

Source§

impl ToValue for i64

Source§

impl ToValue for u8

Source§

impl ToValue for u16

Source§

impl ToValue for u32

Source§

impl ToValue for u64

Source§

impl ToValue for String

Source§

impl ToValue for Vec<u8>

Source§

impl ToValue for Vec<String>

Source§

impl ToValue for Vec<Vec<u8>>

Source§

impl ToValue for Vec<BigDecimal>

Source§

impl ToValue for Vec<BigInt>

Source§

impl ToValue for Timestamp

Source§

impl ToValue for BigDecimal

Source§

impl ToValue for BigInt

Implementors§