Struct tipb::RpnExpr[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RpnExpr[src]

pub fn new() -> RpnExpr[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]

Trait Implementations

impl Clear for RpnExpr[src]

impl Clone for RpnExpr[src]

impl Debug for RpnExpr[src]

impl Default for RpnExpr[src]

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

impl Message for RpnExpr[src]

impl PartialEq<RpnExpr> for RpnExpr[src]

impl PbPrint for RpnExpr[src]

impl ProtobufValue for RpnExpr[src]

impl StructuralPartialEq for RpnExpr[src]

Auto Trait Implementations

impl RefUnwindSafe for RpnExpr

impl Send for RpnExpr

impl Sync for RpnExpr

impl Unpin for RpnExpr

impl UnwindSafe for RpnExpr

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.