Struct tikv_client_proto::mpp::CancelTaskRequest[][src]

pub struct CancelTaskRequest {
    pub meta: Option<TaskMeta>,
    pub error: Option<Error>,
}
Expand description

CancelTaskRequest closes the execution of a task.

Fields

meta: Option<TaskMeta>error: Option<Error>

Implementations

impl CancelTaskRequest

pub fn new_() -> CancelTaskRequest

pub fn default_ref() -> &'static Self

pub fn has_meta(&self) -> bool

pub fn clear_meta(&mut self)

pub fn set_meta(&mut self, v: TaskMeta)

pub fn get_meta(&self) -> &TaskMeta

pub fn mut_meta(&mut self) -> &mut TaskMeta

pub fn take_meta(&mut self) -> TaskMeta

pub fn has_error(&self) -> bool

pub fn clear_error(&mut self)

pub fn set_error(&mut self, v: Error)

pub fn get_error(&self) -> &Error

pub fn mut_error(&mut self) -> &mut Error

pub fn take_error(&mut self) -> Error

Trait Implementations

impl Clear for CancelTaskRequest

fn clear(&mut self)

Clear this make, make it equivalent to newly created object.

impl Clone for CancelTaskRequest[src]

fn clone(&self) -> CancelTaskRequest[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 Debug for CancelTaskRequest[src]

fn fmt(&self, f: &mut Formatter<'_>) -> Result[src]

Formats the value using the given formatter. Read more

impl Default for CancelTaskRequest[src]

fn default() -> Self[src]

Returns the “default value” for a type. Read more

impl Message for CancelTaskRequest[src]

fn encode_raw<B>(&self, buf: &mut B) where
    B: BufMut
[src]

fn merge_field<B>(
    &mut self,
    tag: u32,
    wire_type: WireType,
    buf: &mut B,
    ctx: DecodeContext
) -> Result<(), DecodeError> where
    B: Buf
[src]

fn encoded_len(&self) -> usize[src]

Returns the encoded length of the message without a length delimiter.

fn clear(&mut self)[src]

Clears the message, resetting all fields to their default.

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
    B: BufMut
[src]

Encodes the message to a buffer. Read more

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
    B: BufMut
[src]

Encodes the message with a length-delimiter to a buffer. Read more

fn decode<B>(buf: B) -> Result<Self, DecodeError> where
    Self: Default,
    B: Buf
[src]

Decodes an instance of the message from a buffer. Read more

fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
    Self: Default,
    B: Buf
[src]

Decodes a length-delimited instance of the message from the buffer.

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError> where
    B: Buf
[src]

Decodes an instance of the message from a buffer, and merges it into self. Read more

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError> where
    B: Buf
[src]

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

impl Message for CancelTaskRequest

fn compute_size(&self) -> u32

Compute and cache size of this message and all nested messages

fn get_cached_size(&self) -> u32

Get size previously computed by compute_size.

fn as_any(&self) -> &dyn Any

View self as Any.

fn descriptor(&self) -> &'static MessageDescriptor

Message descriptor for this message, used for reflection.

fn new() -> Self

Create an empty message object. Read more

fn default_instance() -> &'static CancelTaskRequest

Return a pointer to default immutable message with static lifetime. Read more

fn is_initialized(&self) -> bool

True iff all required fields are initialized. Always returns true for protobuf 3. Read more

fn write_to_with_cached_sizes(
    &self,
    _os: &mut CodedOutputStream<'_>
) -> ProtobufResult<()>

Write message to the stream. Read more

fn merge_from(&mut self, _is: &mut CodedInputStream<'_>) -> ProtobufResult<()>

Update this message object with fields read from given stream.

fn get_unknown_fields(&self) -> &UnknownFields

Get a reference to unknown fields.

fn mut_unknown_fields(&mut self) -> &mut UnknownFields

Get a mutable reference to unknown fields.

fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>>

Write the message to bytes vec.

fn merge_from_bytes(&mut self, bytes: &[u8]) -> ProtobufResult<()>

Update this message object with fields read from given stream.

fn parse_from(is: &mut CodedInputStream<'_>) -> Result<Self, ProtobufError>[src]

Parse message from stream.

fn write_to(&self, os: &mut CodedOutputStream<'_>) -> Result<(), ProtobufError>[src]

Write the message to the stream. Read more

fn write_length_delimited_to(
    &self,
    os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
[src]

Write the message to the stream prepending the message with message length encoded as varint. Read more

fn write_length_delimited_to_vec(
    &self,
    vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
[src]

Write the message to the vec, prepend the message with message length encoded as varint. Read more

fn parse_from_reader(reader: &mut dyn Read) -> Result<Self, ProtobufError>[src]

Parse message from reader. Parse stops on EOF or when error encountered. Read more

fn parse_from_bytes(bytes: &[u8]) -> Result<Self, ProtobufError>[src]

Parse message from byte array.

fn check_initialized(&self) -> Result<(), ProtobufError>[src]

Check if all required fields of this object are initialized.

fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>[src]

Write the message to the writer.

fn write_to_vec(&self, v: &mut Vec<u8, Global>) -> Result<(), ProtobufError>[src]

Write the message to bytes vec.

fn write_length_delimited_to_writer(
    &self,
    w: &mut dyn Write
) -> Result<(), ProtobufError>
[src]

Write the message to the writer, prepend the message with message length encoded as varint. Read more

fn write_length_delimited_to_bytes(
    &self
) -> Result<Vec<u8, Global>, ProtobufError>
[src]

Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more

fn type_id(&self) -> TypeId[src]

Get type id for downcasting.

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)[src]

View self as mutable Any.

fn into_any(self: Box<Self, Global>) -> Box<dyn Any + 'static, Global>[src]

Convert boxed self to boxed Any.

fn descriptor_static() -> &'static MessageDescriptor[src]

Get message descriptor for message type. Read more

impl PartialEq<CancelTaskRequest> for CancelTaskRequest[src]

fn eq(&self, other: &CancelTaskRequest) -> bool[src]

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &CancelTaskRequest) -> bool[src]

This method tests for !=.

impl StructuralPartialEq for CancelTaskRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

pub fn to_owned(&self) -> T[src]

Creates owned data from borrowed data, usually by cloning. Read more

pub fn clone_into(&self, target: &mut T)[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.