Struct kudu_pb::tserver::PingRequestPB
[−]
[src]
pub struct PingRequestPB { /* fields omitted */ }
Methods
impl PingRequestPB
[src]
fn new() -> PingRequestPB
fn default_instance() -> &'static PingRequestPB
Trait Implementations
impl PartialEq for PingRequestPB
[src]
fn eq(&self, __arg_0: &PingRequestPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PingRequestPB) -> bool
This method tests for !=
.
impl Clone for PingRequestPB
[src]
fn clone(&self) -> PingRequestPB
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 PingRequestPB
[src]
fn default() -> PingRequestPB
Returns the "default value" for a type. Read more