Struct dat_network_protocol::data::Data_Node [−][src]
pub struct Data_Node { /* fields omitted */ }Methods
impl Data_Node[src]
impl Data_Nodepub fn new() -> Data_Node[src]
pub fn new() -> Data_Nodepub fn default_instance() -> &'static Data_Node[src]
pub fn default_instance() -> &'static Data_Nodepub 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_hash(&mut self)[src]
pub fn clear_hash(&mut self)pub fn has_hash(&self) -> bool[src]
pub fn has_hash(&self) -> boolpub fn set_hash(&mut self, v: Vec<u8>)[src]
pub fn set_hash(&mut self, v: Vec<u8>)pub fn mut_hash(&mut self) -> &mut Vec<u8>[src]
pub fn mut_hash(&mut self) -> &mut Vec<u8>pub fn take_hash(&mut self) -> Vec<u8>[src]
pub fn take_hash(&mut self) -> Vec<u8>pub fn get_hash(&self) -> &[u8][src]
pub fn get_hash(&self) -> &[u8]pub fn clear_size(&mut self)[src]
pub fn clear_size(&mut self)pub fn has_size(&self) -> bool[src]
pub fn has_size(&self) -> boolpub fn set_size(&mut self, v: u64)[src]
pub fn set_size(&mut self, v: u64)pub fn get_size(&self) -> u64[src]
pub fn get_size(&self) -> u64Trait Implementations
impl PartialEq for Data_Node[src]
impl PartialEq for Data_Nodefn eq(&self, other: &Data_Node) -> bool[src]
fn eq(&self, other: &Data_Node) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Data_Node) -> bool[src]
fn ne(&self, other: &Data_Node) -> boolThis method tests for !=.
impl Clone for Data_Node[src]
impl Clone for Data_Nodefn clone(&self) -> Data_Node[src]
fn clone(&self) -> Data_NodeReturns 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_Node[src]
impl Default for Data_Nodeimpl Sync for Data_Node[src]
impl Sync for Data_Nodeimpl Message for Data_Node[src]
impl Message for Data_Nodefn 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_Node[src]
impl MessageStatic for Data_Nodefn new() -> Data_Node[src]
fn new() -> Data_Nodefn descriptor_static(_: Option<Data_Node>) -> &'static MessageDescriptor[src]
fn descriptor_static(_: Option<Data_Node>) -> &'static MessageDescriptorimpl Clear for Data_Node[src]
impl Clear for Data_Nodeimpl Debug for Data_Node[src]
impl Debug for Data_Nodefn 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_Node[src]
impl ProtobufValue for Data_Nodefn 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>