AsAnyValue

Trait AsAnyValue 

Source
pub trait AsAnyValue {
    // Required method
    fn as_any_value(&self) -> AnyValue;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AsAnyValue for bool

Source§

impl AsAnyValue for f64

Source§

impl AsAnyValue for i32

Source§

impl AsAnyValue for i64

Source§

impl AsAnyValue for ()

Source§

impl AsAnyValue for Arc<String>

Implementors§