Trait rbatis::AsProxy[][src]

pub trait AsProxy {
    fn i64(&self) -> i64;
fn f64(&self) -> f64;
fn u64(&self) -> u64;
fn str(&self) -> &str;
fn string(&self) -> String;
fn bool(&self) -> bool;
fn is_empty(&self) -> bool; }
Expand description

convert serde_json::Value to Value

Required methods

Implementations on Foreign Types

Implementors