Struct bigtable::method::MutateRow [] [src]

pub struct MutateRow {
    pub payload: MutateRowRequest,
    pub url_method: String,
    pub is_post: bool,
}

Fields

Methods

impl MutateRow
[src]

Trait Implementations

impl Default for MutateRow
[src]

Returns the "default value" for a type. Read more

impl BigTable for MutateRow
[src]