Struct dat_network_protocol::cancel::Cancel [−][src]
pub struct Cancel { /* fields omitted */ }Methods
impl Cancel[src]
impl Cancelpub fn new() -> Cancel[src]
pub fn new() -> Cancelpub fn default_instance() -> &'static Cancel[src]
pub fn default_instance() -> &'static Cancelpub 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_bytes(&mut self)[src]
pub fn clear_bytes(&mut self)pub fn has_bytes(&self) -> bool[src]
pub fn has_bytes(&self) -> boolpub fn set_bytes(&mut self, v: u64)[src]
pub fn set_bytes(&mut self, v: u64)pub fn get_bytes(&self) -> u64[src]
pub fn get_bytes(&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: bool)[src]
pub fn set_hash(&mut self, v: bool)pub fn get_hash(&self) -> bool[src]
pub fn get_hash(&self) -> boolTrait Implementations
impl PartialEq for Cancel[src]
impl PartialEq for Cancelfn eq(&self, other: &Cancel) -> bool[src]
fn eq(&self, other: &Cancel) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Cancel) -> bool[src]
fn ne(&self, other: &Cancel) -> boolThis method tests for !=.
impl Clone for Cancel[src]
impl Clone for Cancelfn clone(&self) -> Cancel[src]
fn clone(&self) -> CancelReturns 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 Cancel[src]
impl Default for Cancelimpl Sync for Cancel[src]
impl Sync for Cancelimpl Message for Cancel[src]
impl Message for Cancelfn 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 Cancel[src]
impl MessageStatic for Cancelfn new() -> Cancel[src]
fn new() -> Cancelfn descriptor_static(_: Option<Cancel>) -> &'static MessageDescriptor[src]
fn descriptor_static(_: Option<Cancel>) -> &'static MessageDescriptorimpl Clear for Cancel[src]
impl Clear for Cancelimpl Debug for Cancel[src]
impl Debug for Cancelfn 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 Cancel[src]
impl ProtobufValue for Cancelfn 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>