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

pub struct List { /* fields omitted */ }

Methods

impl List
[src]

Trait Implementations

impl FromCDRS for List
[src]

impl FromCDRSByName for List
[src]

impl Debug for List
[src]

Formats the value using the given formatter. Read more

impl AsRust for List
[src]

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

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]

impl IntoRustByName<List> for Row
[src]

impl IntoRustByIndex<List> for Row
[src]

impl IntoRustByName<List> for UDT
[src]

impl IntoRustByIndex<List> for Tuple
[src]

Auto Trait Implementations

impl Send for List

impl Sync for List