pub trait AsRustType<T> {
    // Required method
    fn as_rust_type(&self) -> CDRSResult<Option<T>>;

    // Provided method
    fn as_r_type(&self) -> CDRSResult<T> { ... }
}
Expand description

Should be used to represent a single column as a Rust value.

Required Methods§

Provided Methods§

source

fn as_r_type(&self) -> CDRSResult<T>

Implementors§

source§

impl AsRustType<Vec<IpAddr, Global>> for List

source§

impl AsRustType<Vec<bool, Global>> for List

source§

impl AsRustType<Vec<f32, Global>> for List

source§

impl AsRustType<Vec<f64, Global>> for List

source§

impl AsRustType<Vec<i8, Global>> for List

source§

impl AsRustType<Vec<i16, Global>> for List

source§

impl AsRustType<Vec<i32, Global>> for List

source§

impl AsRustType<Vec<i64, Global>> for List

source§

impl AsRustType<Vec<Blob, Global>> for List

source§

impl AsRustType<Vec<Decimal, Global>> for List

source§

impl AsRustType<Vec<String, Global>> for List

source§

impl AsRustType<Vec<BigInt, Global>> for List

source§

impl AsRustType<Vec<Uuid, Global>> for List

source§

impl AsRustType<Vec<List, Global>> for List

source§

impl AsRustType<Vec<Map, Global>> for List

source§

impl AsRustType<Vec<Tuple, Global>> for List

source§

impl AsRustType<Vec<Udt, Global>> for List

source§

impl AsRustType<HashMap<IpAddr, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, String, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, List, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<IpAddr, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, String, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, List, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<bool, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, String, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, List, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<i8, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, String, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, List, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<i16, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, String, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, List, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<i32, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, String, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, List, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<i64, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, String, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, List, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<Blob, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<String, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<String, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<String, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<String, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<String, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<String, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<String, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<String, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<String, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<String, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<String, String, RandomState>> for Map

source§

impl AsRustType<HashMap<String, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<String, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<String, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<String, List, RandomState>> for Map

source§

impl AsRustType<HashMap<String, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<String, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<String, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, String, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, List, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<PrimitiveDateTime, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, String, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, List, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<Uuid, Udt, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, IpAddr, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, bool, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, f32, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, f64, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, i8, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, i16, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, i32, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, i64, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, Blob, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, Decimal, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, String, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, BigInt, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, PrimitiveDateTime, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, Uuid, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, List, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, Map, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, Tuple, RandomState>> for Map

source§

impl AsRustType<HashMap<Tuple, Udt, RandomState>> for Map