Skip to main content

IntoBindValue

Trait IntoBindValue 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoBindValue for &String

Source§

impl IntoBindValue for &Value

Source§

impl IntoBindValue for &str

Source§

impl IntoBindValue for String

Source§

impl IntoBindValue for Value

Source§

impl IntoBindValue for bool

Source§

impl IntoBindValue for f64

Source§

impl IntoBindValue for i32

Source§

impl IntoBindValue for i64

Source§

impl IntoBindValue for u64

Source§

impl<T: IntoBindValue> IntoBindValue for Option<T>

Implementors§