Struct kudu_pb::common::SchemaPB
[−]
[src]
pub struct SchemaPB { /* fields omitted */ }Methods
impl SchemaPB[src]
fn new() -> SchemaPB
fn default_instance() -> &'static SchemaPB
fn clear_columns(&mut self)
fn set_columns(&mut self, v: RepeatedField<ColumnSchemaPB>)
fn mut_columns(&mut self) -> &mut RepeatedField<ColumnSchemaPB>
fn take_columns(&mut self) -> RepeatedField<ColumnSchemaPB>
fn get_columns(&self) -> &[ColumnSchemaPB]
Trait Implementations
impl PartialEq for SchemaPB[src]
fn eq(&self, __arg_0: &SchemaPB) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SchemaPB) -> bool
This method tests for !=.
impl Clone for SchemaPB[src]
fn clone(&self) -> SchemaPB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more