Trait rbatis_codegen::ops::AsProxy
source · pub trait AsProxy {
// Required methods
fn i32(&self) -> i32;
fn i64(&self) -> i64;
fn u32(&self) -> u32;
fn u64(&self) -> u64;
fn f64(&self) -> f64;
fn str(&self) -> &str;
fn string(self) -> String;
fn bool(&self) -> bool;
fn as_sql(&self) -> String;
fn as_binary(&self) -> Vec<u8> ⓘ;
}
Expand description
convert Value to Value