Struct kudu_pb::rpc_header::UserInformationPB
[−]
[src]
pub struct UserInformationPB { /* fields omitted */ }Methods
impl UserInformationPB[src]
fn new() -> UserInformationPB
fn default_instance() -> &'static UserInformationPB
fn clear_effective_user(&mut self)
fn has_effective_user(&self) -> bool
fn set_effective_user(&mut self, v: String)
fn mut_effective_user(&mut self) -> &mut String
fn take_effective_user(&mut self) -> String
fn get_effective_user(&self) -> &str
fn clear_real_user(&mut self)
fn has_real_user(&self) -> bool
fn set_real_user(&mut self, v: String)
fn mut_real_user(&mut self) -> &mut String
fn take_real_user(&mut self) -> String
fn get_real_user(&self) -> &str
Trait Implementations
impl PartialEq for UserInformationPB[src]
fn eq(&self, __arg_0: &UserInformationPB) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UserInformationPB) -> bool
This method tests for !=.
impl Clone for UserInformationPB[src]
fn clone(&self) -> UserInformationPB
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
impl Default for UserInformationPB[src]
fn default() -> UserInformationPB
Returns the "default value" for a type. Read more