Struct tipb::ByItem [−][src]
Fields
unknown_fields: UnknownFields
cached_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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,