Skip to main content

IntoEntityValue

Trait IntoEntityValue 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoEntityValue for &str

Source§

impl IntoEntityValue for &Vec<u8>

Source§

impl IntoEntityValue for bool

Source§

impl IntoEntityValue for i32

Source§

impl IntoEntityValue for u64

Source§

impl IntoEntityValue for String

Source§

impl IntoEntityValue for Vec<u8>

Implementors§