[][src]Struct omnisci::serialized_result_set::TColSlotContext

pub struct TColSlotContext {
    pub slot_sizes: Option<Vec<TSlotSize>>,
    pub col_to_slot_map: Option<Vec<Vec<i32>>>,
}

Fields

slot_sizes: Option<Vec<TSlotSize>>col_to_slot_map: Option<Vec<Vec<i32>>>

Methods

impl TColSlotContext[src]

pub fn new<F1, F2>(slot_sizes: F1, col_to_slot_map: F2) -> TColSlotContext where
    F1: Into<Option<Vec<TSlotSize>>>,
    F2: Into<Option<Vec<Vec<i32>>>>, 
[src]

pub fn read_from_in_protocol(
    i_prot: &mut dyn TInputProtocol
) -> Result<TColSlotContext>
[src]

pub fn write_to_out_protocol(
    &self,
    o_prot: &mut dyn TOutputProtocol
) -> Result<()>
[src]

Trait Implementations

impl Clone for TColSlotContext[src]

impl Debug for TColSlotContext[src]

impl Default for TColSlotContext[src]

impl Eq for TColSlotContext[src]

impl Hash for TColSlotContext[src]

impl Ord for TColSlotContext[src]

impl PartialEq<TColSlotContext> for TColSlotContext[src]

impl PartialOrd<TColSlotContext> for TColSlotContext[src]

impl StructuralEq for TColSlotContext[src]

impl StructuralPartialEq for TColSlotContext[src]

Auto Trait Implementations

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.

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

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