Struct dat_network_protocol::feed::Feed [−][src]
pub struct Feed { /* fields omitted */ }Methods
impl Feed[src]
impl Feedpub fn new() -> Feed[src]
pub fn new() -> Feedpub fn default_instance() -> &'static Feed[src]
pub fn default_instance() -> &'static Feedpub fn clear_discoveryKey(&mut self)[src]
pub fn clear_discoveryKey(&mut self)pub fn has_discoveryKey(&self) -> bool[src]
pub fn has_discoveryKey(&self) -> boolpub fn set_discoveryKey(&mut self, v: Vec<u8>)[src]
pub fn set_discoveryKey(&mut self, v: Vec<u8>)pub fn mut_discoveryKey(&mut self) -> &mut Vec<u8>[src]
pub fn mut_discoveryKey(&mut self) -> &mut Vec<u8>pub fn take_discoveryKey(&mut self) -> Vec<u8>[src]
pub fn take_discoveryKey(&mut self) -> Vec<u8>pub fn get_discoveryKey(&self) -> &[u8][src]
pub fn get_discoveryKey(&self) -> &[u8]pub fn clear_nonce(&mut self)[src]
pub fn clear_nonce(&mut self)pub fn has_nonce(&self) -> bool[src]
pub fn has_nonce(&self) -> boolpub fn set_nonce(&mut self, v: Vec<u8>)[src]
pub fn set_nonce(&mut self, v: Vec<u8>)pub fn mut_nonce(&mut self) -> &mut Vec<u8>[src]
pub fn mut_nonce(&mut self) -> &mut Vec<u8>pub fn take_nonce(&mut self) -> Vec<u8>[src]
pub fn take_nonce(&mut self) -> Vec<u8>pub fn get_nonce(&self) -> &[u8][src]
pub fn get_nonce(&self) -> &[u8]Trait Implementations
impl PartialEq for Feed[src]
impl PartialEq for Feedfn eq(&self, other: &Feed) -> bool[src]
fn eq(&self, other: &Feed) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Feed) -> bool[src]
fn ne(&self, other: &Feed) -> boolThis method tests for !=.
impl Clone for Feed[src]
impl Clone for Feedfn clone(&self) -> Feed[src]
fn clone(&self) -> FeedReturns 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 Feed[src]
impl Default for Feedimpl Sync for Feed[src]
impl Sync for Feedimpl Message for Feed[src]
impl Message for Feedfn 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 Feed[src]
impl MessageStatic for Feedfn new() -> Feed[src]
fn new() -> Feedfn descriptor_static(_: Option<Feed>) -> &'static MessageDescriptor[src]
fn descriptor_static(_: Option<Feed>) -> &'static MessageDescriptorimpl Clear for Feed[src]
impl Clear for Feedimpl Debug for Feed[src]
impl Debug for Feedfn 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 Feed[src]
impl ProtobufValue for Feedfn 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>