Struct tipb::ByItem[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ByItem[src]

pub fn new() -> ByItem[src]

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

pub fn clear_expr(&mut self)[src]

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

pub fn set_expr(&mut self, v: Expr)[src]

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

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

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

pub fn clear_rpn_expr(&mut self)[src]

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

pub fn set_rpn_expr(&mut self, v: RpnExpr)[src]

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

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

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

pub fn clear_desc(&mut self)[src]

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

pub fn set_desc(&mut self, v: bool)[src]

Trait Implementations

impl Clear for ByItem[src]

impl Clone for ByItem[src]

impl Debug for ByItem[src]

impl Default for ByItem[src]

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

impl Message for ByItem[src]

impl PartialEq<ByItem> for ByItem[src]

impl PbPrint for ByItem[src]

impl ProtobufValue for ByItem[src]

impl StructuralPartialEq for ByItem[src]

Auto Trait Implementations

impl RefUnwindSafe for ByItem

impl Send for ByItem

impl Sync for ByItem

impl Unpin for ByItem

impl UnwindSafe for ByItem

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.