[][src]Struct bigtable::data::Cell

pub struct Cell { /* fields omitted */ }

Methods

impl Cell[src]

pub fn new() -> Cell[src]

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

pub fn clear_timestamp_micros(&mut self)[src]

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

pub fn set_timestamp_micros(&mut self, v: i64)[src]

pub fn get_timestamp_micros(&self) -> i64[src]

pub fn clear_value(&mut self)[src]

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

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

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

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

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

pub fn clear_labels(&mut self)[src]

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

pub fn mut_labels(&mut self) -> &mut RepeatedField<String>[src]

pub fn take_labels(&mut self) -> RepeatedField<String>[src]

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

Trait Implementations

impl Default for Cell[src]

impl Sync for Cell[src]

impl Clone for Cell[src]

impl PartialEq<Cell> for Cell[src]

impl Debug for Cell[src]

impl Message for Cell[src]

impl MessageStatic for Cell[src]

impl Clear for Cell[src]

Auto Trait Implementations

impl Send for Cell

impl Unpin for Cell

impl UnwindSafe for Cell

impl !RefUnwindSafe for Cell

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