Struct cdrs::types::list::List [] [src]

pub struct List { /* fields omitted */ }

Methods

impl List
[src]

Trait Implementations

impl Debug for List
[src]

Formats the value using the given formatter.

impl AsRust for List
[src]

impl AsRustType<Vec<Vec<u8>>> for List
[src]

Converts cassandra list of blobs into Rust Vec<Vec<u8>>

impl AsRustType<Vec<String>> for List
[src]

impl AsRustType<Vec<bool>> for List
[src]

impl AsRustType<Vec<i64>> for List
[src]

impl AsRustType<Vec<i32>> for List
[src]

impl AsRustType<Vec<i16>> for List
[src]

impl AsRustType<Vec<i8>> for List
[src]

impl AsRustType<Vec<f64>> for List
[src]

impl AsRustType<Vec<f32>> for List
[src]

impl AsRustType<Vec<IpAddr>> for List
[src]

impl AsRustType<Vec<Uuid>> for List
[src]

impl AsRustType<Vec<List>> for List
[src]

impl AsRustType<Vec<Map>> for List
[src]

impl AsRustType<Vec<UDT>> for List
[src]

impl AsRustType<Vec<Tuple>> for List
[src]