Struct comm::messages::protobufs::PingResponse
[−]
[src]
pub struct PingResponse { /* fields omitted */ }
Methods
impl PingResponse
[src]
pub fn new() -> PingResponse
[src]
pub fn default_instance() -> &'static PingResponse
[src]
pub fn clear_origin(&mut self)
[src]
pub fn has_origin(&self) -> bool
[src]
pub fn set_origin(&mut self, v: Node)
[src]
pub fn mut_origin(&mut self) -> &mut Node
[src]
pub fn take_origin(&mut self) -> Node
[src]
pub fn get_origin(&self) -> &Node
[src]
Trait Implementations
impl Clone for PingResponse
[src]
fn clone(&self) -> PingResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Default for PingResponse
[src]
fn default() -> PingResponse
[src]
Returns the "default value" for a type. Read more
impl Sync for PingResponse
[src]
impl Message for PingResponse
[src]
fn is_initialized(&self) -> bool
[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>
[src]
fn compute_size(&self) -> u32
[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
[src]
fn get_unknown_fields(&self) -> &UnknownFields
[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields
[src]
fn type_id(&self) -> TypeId
[src]
fn as_any(&self) -> &Any
[src]
fn descriptor(&self) -> &'static MessageDescriptor
[src]
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>
[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
[src]
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
[src]
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
[src]
fn check_initialized(&self) -> Result<(), ProtobufError>
[src]
fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>
[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>
[src]
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
[src]
fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>
[src]
&self,
w: &mut Write
) -> Result<(), ProtobufError>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
[src]
fn as_any_mut(&mut self) -> &mut (Any + 'static)
[src]
fn into_any(self: Box<Self>) -> Box<Any + 'static>
[src]
impl MessageStatic for PingResponse
[src]
fn new() -> PingResponse
[src]
fn descriptor_static(_: Option<PingResponse>) -> &'static MessageDescriptor
[src]
impl Clear for PingResponse
[src]
impl PartialEq for PingResponse
[src]
fn eq(&self, other: &PingResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.