Struct cassandra_protocol::types::map::Map
source · pub struct Map { /* private fields */ }
Implementations§
Trait Implementations§
source§impl AsCassandraType for Map
impl AsCassandraType for Map
fn as_cassandra_type(&self) -> Result<Option<CassandraType>>
source§impl AsRust for Map
impl AsRust for Map
fn as_rust<R>(&self) -> CDRSResult<Option<R>>where Self: AsRustType<R>,
fn as_r_rust<T>(&self) -> CDRSResult<T>where Self: AsRustType<T>,
source§impl AsRustType<HashMap<Blob, BigInt, RandomState>> for Map
impl AsRustType<HashMap<Blob, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, Blob, RandomState>> for Map
impl AsRustType<HashMap<Blob, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, Decimal, RandomState>> for Map
impl AsRustType<HashMap<Blob, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<Blob, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, List, RandomState>> for Map
impl AsRustType<HashMap<Blob, List, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, Map, RandomState>> for Map
impl AsRustType<HashMap<Blob, Map, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<Blob, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<Blob, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<Blob, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<Blob, String, RandomState>> for Map
impl AsRustType<HashMap<Blob, String, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, Tuple, RandomState>> for Map
impl AsRustType<HashMap<Blob, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, Udt, RandomState>> for Map
impl AsRustType<HashMap<Blob, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, Uuid, RandomState>> for Map
impl AsRustType<HashMap<Blob, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, bool, RandomState>> for Map
impl AsRustType<HashMap<Blob, bool, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, f32, RandomState>> for Map
impl AsRustType<HashMap<Blob, f32, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, f64, RandomState>> for Map
impl AsRustType<HashMap<Blob, f64, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, i16, RandomState>> for Map
impl AsRustType<HashMap<Blob, i16, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, i32, RandomState>> for Map
impl AsRustType<HashMap<Blob, i32, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, i64, RandomState>> for Map
impl AsRustType<HashMap<Blob, i64, RandomState>> for Map
source§impl AsRustType<HashMap<Blob, i8, RandomState>> for Map
impl AsRustType<HashMap<Blob, i8, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, BigInt, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, Blob, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, Decimal, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, List, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, List, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, Map, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, Map, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<IpAddr, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<IpAddr, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<IpAddr, String, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, String, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, Tuple, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, Udt, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, Uuid, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, bool, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, bool, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, f32, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, f32, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, f64, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, f64, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, i16, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, i16, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, i32, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, i32, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, i64, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, i64, RandomState>> for Map
source§impl AsRustType<HashMap<IpAddr, i8, RandomState>> for Map
impl AsRustType<HashMap<IpAddr, i8, RandomState>> for Map
source§impl AsRustType<HashMap<PrimitiveDateTime, BigInt, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, BigInt, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, BigInt>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, BigInt>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, Blob, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, Blob, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Blob>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Blob>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, Decimal, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, Decimal, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Decimal>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Decimal>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, IpAddr, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, IpAddr>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, IpAddr>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, List, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, List, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, List>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, List>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, Map, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, Map, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Map>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Map>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(
&self
) -> Result<Option<HashMap<PrimitiveDateTime, PrimitiveDateTime>>>
fn as_rust_type( &self ) -> Result<Option<HashMap<PrimitiveDateTime, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, String, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, String, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, String>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, String>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, Tuple, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, Tuple, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Tuple>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Tuple>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, Udt, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, Udt, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Udt>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Udt>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, Uuid, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, Uuid, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Uuid>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, Uuid>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, bool, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, bool, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, bool>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, bool>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, f32, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, f32, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, f32>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, f32>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, f64, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, f64, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, f64>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, f64>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, i16, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, i16, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i16>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i16>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, i32, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, i32, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i32>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i32>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, i64, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, i64, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i64>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i64>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<PrimitiveDateTime, i8, RandomState>> for Map
impl AsRustType<HashMap<PrimitiveDateTime, i8, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i8>>>
fn as_rust_type(&self) -> Result<Option<HashMap<PrimitiveDateTime, i8>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<String, BigInt, RandomState>> for Map
impl AsRustType<HashMap<String, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<String, Blob, RandomState>> for Map
impl AsRustType<HashMap<String, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<String, Decimal, RandomState>> for Map
impl AsRustType<HashMap<String, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<String, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<String, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<String, List, RandomState>> for Map
impl AsRustType<HashMap<String, List, RandomState>> for Map
source§impl AsRustType<HashMap<String, Map, RandomState>> for Map
impl AsRustType<HashMap<String, Map, RandomState>> for Map
source§impl AsRustType<HashMap<String, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<String, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<String, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<String, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<String, String, RandomState>> for Map
impl AsRustType<HashMap<String, String, RandomState>> for Map
source§impl AsRustType<HashMap<String, Tuple, RandomState>> for Map
impl AsRustType<HashMap<String, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<String, Udt, RandomState>> for Map
impl AsRustType<HashMap<String, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<String, Uuid, RandomState>> for Map
impl AsRustType<HashMap<String, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<String, bool, RandomState>> for Map
impl AsRustType<HashMap<String, bool, RandomState>> for Map
source§impl AsRustType<HashMap<String, f32, RandomState>> for Map
impl AsRustType<HashMap<String, f32, RandomState>> for Map
source§impl AsRustType<HashMap<String, f64, RandomState>> for Map
impl AsRustType<HashMap<String, f64, RandomState>> for Map
source§impl AsRustType<HashMap<String, i16, RandomState>> for Map
impl AsRustType<HashMap<String, i16, RandomState>> for Map
source§impl AsRustType<HashMap<String, i32, RandomState>> for Map
impl AsRustType<HashMap<String, i32, RandomState>> for Map
source§impl AsRustType<HashMap<String, i64, RandomState>> for Map
impl AsRustType<HashMap<String, i64, RandomState>> for Map
source§impl AsRustType<HashMap<String, i8, RandomState>> for Map
impl AsRustType<HashMap<String, i8, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, BigInt, RandomState>> for Map
impl AsRustType<HashMap<Tuple, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, Blob, RandomState>> for Map
impl AsRustType<HashMap<Tuple, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, Decimal, RandomState>> for Map
impl AsRustType<HashMap<Tuple, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<Tuple, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, List, RandomState>> for Map
impl AsRustType<HashMap<Tuple, List, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, Map, RandomState>> for Map
impl AsRustType<HashMap<Tuple, Map, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<Tuple, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<Tuple, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<Tuple, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<Tuple, String, RandomState>> for Map
impl AsRustType<HashMap<Tuple, String, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, Tuple, RandomState>> for Map
impl AsRustType<HashMap<Tuple, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, Udt, RandomState>> for Map
impl AsRustType<HashMap<Tuple, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, Uuid, RandomState>> for Map
impl AsRustType<HashMap<Tuple, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, bool, RandomState>> for Map
impl AsRustType<HashMap<Tuple, bool, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, f32, RandomState>> for Map
impl AsRustType<HashMap<Tuple, f32, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, f64, RandomState>> for Map
impl AsRustType<HashMap<Tuple, f64, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, i16, RandomState>> for Map
impl AsRustType<HashMap<Tuple, i16, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, i32, RandomState>> for Map
impl AsRustType<HashMap<Tuple, i32, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, i64, RandomState>> for Map
impl AsRustType<HashMap<Tuple, i64, RandomState>> for Map
source§impl AsRustType<HashMap<Tuple, i8, RandomState>> for Map
impl AsRustType<HashMap<Tuple, i8, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, BigInt, RandomState>> for Map
impl AsRustType<HashMap<Uuid, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, Blob, RandomState>> for Map
impl AsRustType<HashMap<Uuid, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, Decimal, RandomState>> for Map
impl AsRustType<HashMap<Uuid, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<Uuid, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, List, RandomState>> for Map
impl AsRustType<HashMap<Uuid, List, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, Map, RandomState>> for Map
impl AsRustType<HashMap<Uuid, Map, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<Uuid, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<Uuid, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<Uuid, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<Uuid, String, RandomState>> for Map
impl AsRustType<HashMap<Uuid, String, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, Tuple, RandomState>> for Map
impl AsRustType<HashMap<Uuid, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, Udt, RandomState>> for Map
impl AsRustType<HashMap<Uuid, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, Uuid, RandomState>> for Map
impl AsRustType<HashMap<Uuid, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, bool, RandomState>> for Map
impl AsRustType<HashMap<Uuid, bool, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, f32, RandomState>> for Map
impl AsRustType<HashMap<Uuid, f32, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, f64, RandomState>> for Map
impl AsRustType<HashMap<Uuid, f64, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, i16, RandomState>> for Map
impl AsRustType<HashMap<Uuid, i16, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, i32, RandomState>> for Map
impl AsRustType<HashMap<Uuid, i32, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, i64, RandomState>> for Map
impl AsRustType<HashMap<Uuid, i64, RandomState>> for Map
source§impl AsRustType<HashMap<Uuid, i8, RandomState>> for Map
impl AsRustType<HashMap<Uuid, i8, RandomState>> for Map
source§impl AsRustType<HashMap<bool, BigInt, RandomState>> for Map
impl AsRustType<HashMap<bool, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<bool, Blob, RandomState>> for Map
impl AsRustType<HashMap<bool, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<bool, Decimal, RandomState>> for Map
impl AsRustType<HashMap<bool, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<bool, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<bool, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<bool, List, RandomState>> for Map
impl AsRustType<HashMap<bool, List, RandomState>> for Map
source§impl AsRustType<HashMap<bool, Map, RandomState>> for Map
impl AsRustType<HashMap<bool, Map, RandomState>> for Map
source§impl AsRustType<HashMap<bool, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<bool, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<bool, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<bool, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<bool, String, RandomState>> for Map
impl AsRustType<HashMap<bool, String, RandomState>> for Map
source§impl AsRustType<HashMap<bool, Tuple, RandomState>> for Map
impl AsRustType<HashMap<bool, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<bool, Udt, RandomState>> for Map
impl AsRustType<HashMap<bool, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<bool, Uuid, RandomState>> for Map
impl AsRustType<HashMap<bool, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<bool, bool, RandomState>> for Map
impl AsRustType<HashMap<bool, bool, RandomState>> for Map
source§impl AsRustType<HashMap<bool, f32, RandomState>> for Map
impl AsRustType<HashMap<bool, f32, RandomState>> for Map
source§impl AsRustType<HashMap<bool, f64, RandomState>> for Map
impl AsRustType<HashMap<bool, f64, RandomState>> for Map
source§impl AsRustType<HashMap<bool, i16, RandomState>> for Map
impl AsRustType<HashMap<bool, i16, RandomState>> for Map
source§impl AsRustType<HashMap<bool, i32, RandomState>> for Map
impl AsRustType<HashMap<bool, i32, RandomState>> for Map
source§impl AsRustType<HashMap<bool, i64, RandomState>> for Map
impl AsRustType<HashMap<bool, i64, RandomState>> for Map
source§impl AsRustType<HashMap<bool, i8, RandomState>> for Map
impl AsRustType<HashMap<bool, i8, RandomState>> for Map
source§impl AsRustType<HashMap<i16, BigInt, RandomState>> for Map
impl AsRustType<HashMap<i16, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<i16, Blob, RandomState>> for Map
impl AsRustType<HashMap<i16, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<i16, Decimal, RandomState>> for Map
impl AsRustType<HashMap<i16, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<i16, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<i16, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<i16, List, RandomState>> for Map
impl AsRustType<HashMap<i16, List, RandomState>> for Map
source§impl AsRustType<HashMap<i16, Map, RandomState>> for Map
impl AsRustType<HashMap<i16, Map, RandomState>> for Map
source§impl AsRustType<HashMap<i16, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<i16, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<i16, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<i16, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<i16, String, RandomState>> for Map
impl AsRustType<HashMap<i16, String, RandomState>> for Map
source§impl AsRustType<HashMap<i16, Tuple, RandomState>> for Map
impl AsRustType<HashMap<i16, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<i16, Udt, RandomState>> for Map
impl AsRustType<HashMap<i16, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<i16, Uuid, RandomState>> for Map
impl AsRustType<HashMap<i16, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<i16, bool, RandomState>> for Map
impl AsRustType<HashMap<i16, bool, RandomState>> for Map
source§impl AsRustType<HashMap<i16, f32, RandomState>> for Map
impl AsRustType<HashMap<i16, f32, RandomState>> for Map
source§impl AsRustType<HashMap<i16, f64, RandomState>> for Map
impl AsRustType<HashMap<i16, f64, RandomState>> for Map
source§impl AsRustType<HashMap<i16, i16, RandomState>> for Map
impl AsRustType<HashMap<i16, i16, RandomState>> for Map
source§impl AsRustType<HashMap<i16, i32, RandomState>> for Map
impl AsRustType<HashMap<i16, i32, RandomState>> for Map
source§impl AsRustType<HashMap<i16, i64, RandomState>> for Map
impl AsRustType<HashMap<i16, i64, RandomState>> for Map
source§impl AsRustType<HashMap<i16, i8, RandomState>> for Map
impl AsRustType<HashMap<i16, i8, RandomState>> for Map
source§impl AsRustType<HashMap<i32, BigInt, RandomState>> for Map
impl AsRustType<HashMap<i32, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<i32, Blob, RandomState>> for Map
impl AsRustType<HashMap<i32, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<i32, Decimal, RandomState>> for Map
impl AsRustType<HashMap<i32, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<i32, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<i32, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<i32, List, RandomState>> for Map
impl AsRustType<HashMap<i32, List, RandomState>> for Map
source§impl AsRustType<HashMap<i32, Map, RandomState>> for Map
impl AsRustType<HashMap<i32, Map, RandomState>> for Map
source§impl AsRustType<HashMap<i32, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<i32, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<i32, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<i32, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<i32, String, RandomState>> for Map
impl AsRustType<HashMap<i32, String, RandomState>> for Map
source§impl AsRustType<HashMap<i32, Tuple, RandomState>> for Map
impl AsRustType<HashMap<i32, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<i32, Udt, RandomState>> for Map
impl AsRustType<HashMap<i32, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<i32, Uuid, RandomState>> for Map
impl AsRustType<HashMap<i32, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<i32, bool, RandomState>> for Map
impl AsRustType<HashMap<i32, bool, RandomState>> for Map
source§impl AsRustType<HashMap<i32, f32, RandomState>> for Map
impl AsRustType<HashMap<i32, f32, RandomState>> for Map
source§impl AsRustType<HashMap<i32, f64, RandomState>> for Map
impl AsRustType<HashMap<i32, f64, RandomState>> for Map
source§impl AsRustType<HashMap<i32, i16, RandomState>> for Map
impl AsRustType<HashMap<i32, i16, RandomState>> for Map
source§impl AsRustType<HashMap<i32, i32, RandomState>> for Map
impl AsRustType<HashMap<i32, i32, RandomState>> for Map
source§impl AsRustType<HashMap<i32, i64, RandomState>> for Map
impl AsRustType<HashMap<i32, i64, RandomState>> for Map
source§impl AsRustType<HashMap<i32, i8, RandomState>> for Map
impl AsRustType<HashMap<i32, i8, RandomState>> for Map
source§impl AsRustType<HashMap<i64, BigInt, RandomState>> for Map
impl AsRustType<HashMap<i64, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<i64, Blob, RandomState>> for Map
impl AsRustType<HashMap<i64, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<i64, Decimal, RandomState>> for Map
impl AsRustType<HashMap<i64, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<i64, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<i64, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<i64, List, RandomState>> for Map
impl AsRustType<HashMap<i64, List, RandomState>> for Map
source§impl AsRustType<HashMap<i64, Map, RandomState>> for Map
impl AsRustType<HashMap<i64, Map, RandomState>> for Map
source§impl AsRustType<HashMap<i64, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<i64, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<i64, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<i64, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.
fn as_r_type(&self) -> CDRSResult<T>
source§impl AsRustType<HashMap<i64, String, RandomState>> for Map
impl AsRustType<HashMap<i64, String, RandomState>> for Map
source§impl AsRustType<HashMap<i64, Tuple, RandomState>> for Map
impl AsRustType<HashMap<i64, Tuple, RandomState>> for Map
source§impl AsRustType<HashMap<i64, Udt, RandomState>> for Map
impl AsRustType<HashMap<i64, Udt, RandomState>> for Map
source§impl AsRustType<HashMap<i64, Uuid, RandomState>> for Map
impl AsRustType<HashMap<i64, Uuid, RandomState>> for Map
source§impl AsRustType<HashMap<i64, bool, RandomState>> for Map
impl AsRustType<HashMap<i64, bool, RandomState>> for Map
source§impl AsRustType<HashMap<i64, f32, RandomState>> for Map
impl AsRustType<HashMap<i64, f32, RandomState>> for Map
source§impl AsRustType<HashMap<i64, f64, RandomState>> for Map
impl AsRustType<HashMap<i64, f64, RandomState>> for Map
source§impl AsRustType<HashMap<i64, i16, RandomState>> for Map
impl AsRustType<HashMap<i64, i16, RandomState>> for Map
source§impl AsRustType<HashMap<i64, i32, RandomState>> for Map
impl AsRustType<HashMap<i64, i32, RandomState>> for Map
source§impl AsRustType<HashMap<i64, i64, RandomState>> for Map
impl AsRustType<HashMap<i64, i64, RandomState>> for Map
source§impl AsRustType<HashMap<i64, i8, RandomState>> for Map
impl AsRustType<HashMap<i64, i8, RandomState>> for Map
source§impl AsRustType<HashMap<i8, BigInt, RandomState>> for Map
impl AsRustType<HashMap<i8, BigInt, RandomState>> for Map
source§impl AsRustType<HashMap<i8, Blob, RandomState>> for Map
impl AsRustType<HashMap<i8, Blob, RandomState>> for Map
source§impl AsRustType<HashMap<i8, Decimal, RandomState>> for Map
impl AsRustType<HashMap<i8, Decimal, RandomState>> for Map
source§impl AsRustType<HashMap<i8, IpAddr, RandomState>> for Map
impl AsRustType<HashMap<i8, IpAddr, RandomState>> for Map
source§impl AsRustType<HashMap<i8, List, RandomState>> for Map
impl AsRustType<HashMap<i8, List, RandomState>> for Map
source§impl AsRustType<HashMap<i8, Map, RandomState>> for Map
impl AsRustType<HashMap<i8, Map, RandomState>> for Map
source§impl AsRustType<HashMap<i8, PrimitiveDateTime, RandomState>> for Map
impl AsRustType<HashMap<i8, PrimitiveDateTime, RandomState>> for Map
source§fn as_rust_type(&self) -> Result<Option<HashMap<i8, PrimitiveDateTime>>>
fn as_rust_type(&self) -> Result<Option<HashMap<i8, PrimitiveDateTime>>>
Converts Map
into HashMap
for blob values.