Struct tipb::Projection[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Projection[src]

pub fn new() -> Projection[src]

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

pub fn clear_exprs(&mut self)[src]

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

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

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

pub fn get_rpn_exprs(&self) -> &[RpnExpr][src]

pub fn clear_rpn_exprs(&mut self)[src]

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

pub fn mut_rpn_exprs(&mut self) -> &mut RepeatedField<RpnExpr>[src]

pub fn take_rpn_exprs(&mut self) -> RepeatedField<RpnExpr>[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 Projection[src]

impl Clone for Projection[src]

impl Debug for Projection[src]

impl Default for Projection[src]

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

impl Message for Projection[src]

impl PartialEq<Projection> for Projection[src]

impl PbPrint for Projection[src]

impl ProtobufValue for Projection[src]

impl StructuralPartialEq for Projection[src]

Auto Trait Implementations

impl RefUnwindSafe for Projection

impl Send for Projection

impl Sync for Projection

impl Unpin for Projection

impl UnwindSafe for Projection

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.