Struct kudu_pb::rpc_header::RemoteMethodPB
[−]
[src]
pub struct RemoteMethodPB { /* fields omitted */ }
Methods
impl RemoteMethodPB
[src]
fn new() -> RemoteMethodPB
fn default_instance() -> &'static RemoteMethodPB
fn clear_service_name(&mut self)
fn has_service_name(&self) -> bool
fn set_service_name(&mut self, v: String)
fn mut_service_name(&mut self) -> &mut String
fn take_service_name(&mut self) -> String
fn get_service_name(&self) -> &str
fn clear_method_name(&mut self)
fn has_method_name(&self) -> bool
fn set_method_name(&mut self, v: String)
fn mut_method_name(&mut self) -> &mut String
fn take_method_name(&mut self) -> String
fn get_method_name(&self) -> &str
Trait Implementations
impl PartialEq for RemoteMethodPB
[src]
fn eq(&self, __arg_0: &RemoteMethodPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RemoteMethodPB) -> bool
This method tests for !=
.
impl Clone for RemoteMethodPB
[src]
fn clone(&self) -> RemoteMethodPB
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 RemoteMethodPB
[src]
fn default() -> RemoteMethodPB
Returns the "default value" for a type. Read more