Struct dat_network_protocol::data::Data [−][src]
pub struct Data { /* fields omitted */ }Methods
impl Data[src]
impl Datapub fn new() -> Data[src]
pub fn new() -> Datapub fn default_instance() -> &'static Data[src]
pub fn default_instance() -> &'static Datapub fn clear_index(&mut self)[src]
pub fn clear_index(&mut self)pub fn has_index(&self) -> bool[src]
pub fn has_index(&self) -> boolpub fn set_index(&mut self, v: u64)[src]
pub fn set_index(&mut self, v: u64)pub fn get_index(&self) -> u64[src]
pub fn get_index(&self) -> u64pub fn clear_value(&mut self)[src]
pub fn clear_value(&mut self)pub fn has_value(&self) -> bool[src]
pub fn has_value(&self) -> boolpub fn set_value(&mut self, v: Vec<u8>)[src]
pub fn set_value(&mut self, v: Vec<u8>)pub fn mut_value(&mut self) -> &mut Vec<u8>[src]
pub fn mut_value(&mut self) -> &mut Vec<u8>pub fn take_value(&mut self) -> Vec<u8>[src]
pub fn take_value(&mut self) -> Vec<u8>pub fn get_value(&self) -> &[u8][src]
pub fn get_value(&self) -> &[u8]pub fn clear_nodes(&mut self)[src]
pub fn clear_nodes(&mut self)pub fn set_nodes(&mut self, v: RepeatedField<Data_Node>)[src]
pub fn set_nodes(&mut self, v: RepeatedField<Data_Node>)pub fn mut_nodes(&mut self) -> &mut RepeatedField<Data_Node>[src]
pub fn mut_nodes(&mut self) -> &mut RepeatedField<Data_Node>pub fn take_nodes(&mut self) -> RepeatedField<Data_Node>[src]
pub fn take_nodes(&mut self) -> RepeatedField<Data_Node>pub fn get_nodes(&self) -> &[Data_Node][src]
pub fn get_nodes(&self) -> &[Data_Node]pub fn clear_signature(&mut self)[src]
pub fn clear_signature(&mut self)pub fn has_signature(&self) -> bool[src]
pub fn has_signature(&self) -> boolpub fn set_signature(&mut self, v: Vec<u8>)[src]
pub fn set_signature(&mut self, v: Vec<u8>)pub fn mut_signature(&mut self) -> &mut Vec<u8>[src]
pub fn mut_signature(&mut self) -> &mut Vec<u8>pub fn take_signature(&mut self) -> Vec<u8>[src]
pub fn take_signature(&mut self) -> Vec<u8>pub fn get_signature(&self) -> &[u8][src]
pub fn get_signature(&self) -> &[u8]Trait Implementations
impl PartialEq for Data[src]
impl PartialEq for Datafn eq(&self, other: &Data) -> bool[src]
fn eq(&self, other: &Data) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Data) -> bool[src]
fn ne(&self, other: &Data) -> boolThis method tests for !=.
impl Clone for Data[src]
impl Clone for Datafn clone(&self) -> Data[src]
fn clone(&self) -> DataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Data[src]
impl Default for Dataimpl Sync for Data[src]
impl Sync for Dataimpl Message for Data[src]
impl Message for Datafn is_initialized(&self) -> bool[src]
fn is_initialized(&self) -> boolfn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>fn compute_size(&self) -> u32[src]
fn compute_size(&self) -> u32fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>fn get_cached_size(&self) -> u32[src]
fn get_cached_size(&self) -> u32fn get_unknown_fields(&self) -> &UnknownFields[src]
fn get_unknown_fields(&self) -> &UnknownFieldsfn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFieldsfn as_any(&self) -> &Any[src]
fn as_any(&self) -> &Anyfn as_any_mut(&mut self) -> &mut Any[src]
fn as_any_mut(&mut self) -> &mut Anyfn into_any(self: Box<Self>) -> Box<Any>[src]
fn into_any(self: Box<Self>) -> Box<Any>fn descriptor(&self) -> &'static MessageDescriptor[src]
fn descriptor(&self) -> &'static MessageDescriptorfn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>[src]
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>[src]
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>fn check_initialized(&self) -> Result<(), ProtobufError>[src]
fn check_initialized(&self) -> Result<(), ProtobufError>fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>[src]
fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>[src]
fn write_length_delimited_to_writer(
&self,
w: &mut Write
) -> Result<(), ProtobufError>fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>[src]
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn type_id(&self) -> TypeId[src]
fn type_id(&self) -> TypeIdimpl MessageStatic for Data[src]
impl MessageStatic for Datafn new() -> Data[src]
fn new() -> Datafn descriptor_static(_: Option<Data>) -> &'static MessageDescriptor[src]
fn descriptor_static(_: Option<Data>) -> &'static MessageDescriptorimpl Clear for Data[src]
impl Clear for Dataimpl Debug for Data[src]
impl Debug for Datafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ProtobufValue for Data[src]
impl ProtobufValue for Datafn as_ref(&self) -> ProtobufValueRef[src]
fn as_ref(&self) -> ProtobufValueReffn as_any(&self) -> &(Any + 'static)[src]
fn as_any(&self) -> &(Any + 'static)fn is_non_zero(&self) -> bool[src]
fn is_non_zero(&self) -> boolfn as_ref_copy(&self) -> ProtobufValueRef<'static>[src]
fn as_ref_copy(&self) -> ProtobufValueRef<'static>