Struct tipb::ExchangeSender[][src]

pub struct ExchangeSender {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ExchangeSender[src]

pub fn new() -> ExchangeSender[src]

pub fn get_tp(&self) -> ExchangeType[src]

pub fn clear_tp(&mut self)[src]

pub fn has_tp(&self) -> bool[src]

pub fn set_tp(&mut self, v: ExchangeType)[src]

pub fn get_encoded_task_meta(&self) -> &[Vec<u8>][src]

pub fn clear_encoded_task_meta(&mut self)[src]

pub fn set_encoded_task_meta(&mut self, v: RepeatedField<Vec<u8>>)[src]

pub fn mut_encoded_task_meta(&mut self) -> &mut RepeatedField<Vec<u8>>[src]

pub fn take_encoded_task_meta(&mut self) -> RepeatedField<Vec<u8>>[src]

pub fn get_partition_keys(&self) -> &[Expr][src]

pub fn clear_partition_keys(&mut self)[src]

pub fn set_partition_keys(&mut self, v: RepeatedField<Expr>)[src]

pub fn mut_partition_keys(&mut self) -> &mut RepeatedField<Expr>[src]

pub fn take_partition_keys(&mut self) -> RepeatedField<Expr>[src]

pub fn get_child(&self) -> &Executor[src]

pub fn clear_child(&mut self)[src]

pub fn has_child(&self) -> bool[src]

pub fn set_child(&mut self, v: Executor)[src]

pub fn mut_child(&mut self) -> &mut Executor[src]

pub fn take_child(&mut self) -> Executor[src]

Trait Implementations

impl Clear for ExchangeSender[src]

impl Clone for ExchangeSender[src]

impl Debug for ExchangeSender[src]

impl Default for ExchangeSender[src]

impl<'a> Default for &'a ExchangeSender[src]

impl Message for ExchangeSender[src]

impl PartialEq<ExchangeSender> for ExchangeSender[src]

impl PbPrint for ExchangeSender[src]

impl ProtobufValue for ExchangeSender[src]

impl StructuralPartialEq for ExchangeSender[src]

Auto Trait Implementations

impl RefUnwindSafe for ExchangeSender

impl Send for ExchangeSender

impl Sync for ExchangeSender

impl Unpin for ExchangeSender

impl UnwindSafe for ExchangeSender

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.

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.