[][src]Struct bigtable::data::Row

pub struct Row { /* fields omitted */ }

Methods

impl Row[src]

pub fn new() -> Row[src]

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

pub fn clear_key(&mut self)[src]

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

pub fn set_key(&mut self, v: Vec<u8>)[src]

pub fn mut_key(&mut self) -> &mut Vec<u8>[src]

pub fn take_key(&mut self) -> Vec<u8>[src]

pub fn get_key(&self) -> &[u8][src]

pub fn clear_families(&mut self)[src]

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

pub fn mut_families(&mut self) -> &mut RepeatedField<Family>[src]

pub fn take_families(&mut self) -> RepeatedField<Family>[src]

pub fn get_families(&self) -> &[Family][src]

Trait Implementations

impl Default for Row[src]

impl Sync for Row[src]

impl Clone for Row[src]

impl PartialEq<Row> for Row[src]

impl Debug for Row[src]

impl Message for Row[src]

impl MessageStatic for Row[src]

impl Clear for Row[src]

Auto Trait Implementations

impl Send for Row

impl Unpin for Row

impl UnwindSafe for Row

impl !RefUnwindSafe for Row

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