[][src]Struct cassandra_proto::types::udt::UDT

pub struct UDT { /* fields omitted */ }

Methods

impl UDT[src]

pub fn new<'a>(data: Vec<CBytes>, metadata: &'a CUdt) -> UDT[src]

Trait Implementations

impl ByName for UDT[src]

impl Clone for UDT[src]

impl Debug for UDT[src]

impl FromCDRS for UDT[src]

impl FromCDRSByName for UDT[src]

impl IntoRustByIndex<UDT> for Row[src]

impl IntoRustByIndex<UDT> for Tuple[src]

impl IntoRustByName<Blob> for UDT[src]

impl IntoRustByName<Decimal> for UDT[src]

impl IntoRustByName<IpAddr> for UDT[src]

impl IntoRustByName<List> for UDT[src]

impl IntoRustByName<Map> for UDT[src]

impl IntoRustByName<String> for UDT[src]

impl IntoRustByName<Timespec> for UDT[src]

impl IntoRustByName<Tuple> for UDT[src]

impl IntoRustByName<UDT> for Row[src]

impl IntoRustByName<UDT> for UDT[src]

impl IntoRustByName<Uuid> for UDT[src]

impl IntoRustByName<bool> for UDT[src]

impl IntoRustByName<f32> for UDT[src]

impl IntoRustByName<f64> for UDT[src]

impl IntoRustByName<i16> for UDT[src]

impl IntoRustByName<i32> for UDT[src]

impl IntoRustByName<i64> for UDT[src]

impl IntoRustByName<i8> for UDT[src]

Auto Trait Implementations

impl RefUnwindSafe for UDT

impl Send for UDT

impl Sync for UDT

impl Unpin for UDT

impl UnwindSafe for UDT

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.