[][src]Struct bigtable::data::Family

pub struct Family { /* fields omitted */ }

Methods

impl Family[src]

pub fn new() -> Family[src]

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

pub fn clear_name(&mut self)[src]

pub fn has_name(&self) -> bool[src]

pub fn set_name(&mut self, v: String)[src]

pub fn mut_name(&mut self) -> &mut String[src]

pub fn take_name(&mut self) -> String[src]

pub fn get_name(&self) -> &str[src]

pub fn clear_columns(&mut self)[src]

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

pub fn mut_columns(&mut self) -> &mut RepeatedField<Column>[src]

pub fn take_columns(&mut self) -> RepeatedField<Column>[src]

pub fn get_columns(&self) -> &[Column][src]

Trait Implementations

impl Default for Family[src]

impl Sync for Family[src]

impl Clone for Family[src]

impl PartialEq<Family> for Family[src]

impl Debug for Family[src]

impl Message for Family[src]

impl MessageStatic for Family[src]

impl Clear for Family[src]

Auto Trait Implementations

impl Send for Family

impl Unpin for Family

impl UnwindSafe for Family

impl !RefUnwindSafe for Family

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