[][src]Struct bigtable::data::RowFilter_Interleave

pub struct RowFilter_Interleave { /* fields omitted */ }

Methods

impl RowFilter_Interleave[src]

pub fn new() -> RowFilter_Interleave[src]

pub fn default_instance() -> &'static RowFilter_Interleave[src]

pub fn clear_filters(&mut self)[src]

pub fn set_filters(&mut self, v: RepeatedField<RowFilter>)[src]

pub fn mut_filters(&mut self) -> &mut RepeatedField<RowFilter>[src]

pub fn take_filters(&mut self) -> RepeatedField<RowFilter>[src]

pub fn get_filters(&self) -> &[RowFilter][src]

Trait Implementations

impl Default for RowFilter_Interleave[src]

impl Sync for RowFilter_Interleave[src]

impl Clone for RowFilter_Interleave[src]

impl PartialEq<RowFilter_Interleave> for RowFilter_Interleave[src]

impl Debug for RowFilter_Interleave[src]

impl Message for RowFilter_Interleave[src]

impl MessageStatic for RowFilter_Interleave[src]

impl Clear for RowFilter_Interleave[src]

Auto Trait Implementations

impl Send for RowFilter_Interleave

impl Unpin for RowFilter_Interleave

impl UnwindSafe for RowFilter_Interleave

impl !RefUnwindSafe for RowFilter_Interleave

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

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