Struct comm::messages::protobufs::Node
[−]
[src]
pub struct Node { /* fields omitted */ }
Methods
impl Node
[src]
pub fn new() -> Node
[src]
pub fn default_instance() -> &'static Node
[src]
pub fn clear_id(&mut self)
[src]
pub fn has_id(&self) -> bool
[src]
pub fn set_id(&mut self, v: String)
[src]
pub fn mut_id(&mut self) -> &mut String
[src]
pub fn take_id(&mut self) -> String
[src]
pub fn get_id(&self) -> &str
[src]
pub fn clear_ip_address(&mut self)
[src]
pub fn has_ip_address(&self) -> bool
[src]
pub fn set_ip_address(&mut self, v: Vec<u8>)
[src]
pub fn mut_ip_address(&mut self) -> &mut Vec<u8>
[src]
pub fn take_ip_address(&mut self) -> Vec<u8>
[src]
pub fn get_ip_address(&self) -> &[u8]
[src]
pub fn clear_port(&mut self)
[src]
pub fn has_port(&self) -> bool
[src]
pub fn set_port(&mut self, v: u32)
[src]
pub fn get_port(&self) -> u32
[src]
Trait Implementations
impl Clone for Node
[src]
fn clone(&self) -> Node
[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 Node
[src]
impl Sync for Node
[src]
impl Message for Node
[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 Node
[src]
fn new() -> Node
[src]
fn descriptor_static(_: Option<Node>) -> &'static MessageDescriptor
[src]
impl Clear for Node
[src]
impl PartialEq for Node
[src]
fn eq(&self, other: &Node) -> 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 !=
.