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