Struct kudu_pb::fs::PathSetPB
[−]
[src]
pub struct PathSetPB { /* fields omitted */ }
Methods
impl PathSetPB
[src]
fn new() -> PathSetPB
fn default_instance() -> &'static PathSetPB
fn clear_uuid(&mut self)
fn has_uuid(&self) -> bool
fn set_uuid(&mut self, v: Vec<u8>)
fn mut_uuid(&mut self) -> &mut Vec<u8>
fn take_uuid(&mut self) -> Vec<u8>
fn get_uuid(&self) -> &[u8]
fn clear_all_uuids(&mut self)
fn set_all_uuids(&mut self, v: RepeatedField<Vec<u8>>)
fn mut_all_uuids(&mut self) -> &mut RepeatedField<Vec<u8>>
fn take_all_uuids(&mut self) -> RepeatedField<Vec<u8>>
fn get_all_uuids(&self) -> &[Vec<u8>]
Trait Implementations
impl PartialEq for PathSetPB
[src]
fn eq(&self, __arg_0: &PathSetPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PathSetPB) -> bool
This method tests for !=
.
impl Clone for PathSetPB
[src]
fn clone(&self) -> PathSetPB
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