Struct bigtable_rs::bigtable::RowCell
source · pub struct RowCell {
pub family_name: String,
pub qualifier: Vec<u8>,
pub value: Vec<u8>,
pub timestamp_micros: i64,
pub labels: Vec<String>,
}
Expand description
A data structure for returning the read content of a cell in a row.
Fields§
§family_name: String
§qualifier: Vec<u8>
§value: Vec<u8>
§timestamp_micros: i64
§labels: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowCell
impl RefUnwindSafe for RowCell
impl Send for RowCell
impl Sync for RowCell
impl Unpin for RowCell
impl UnwindSafe for RowCell
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request