Struct tipb::Limit[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Limit[src]

pub fn new() -> Limit[src]

pub fn get_limit(&self) -> u64[src]

pub fn clear_limit(&mut self)[src]

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

pub fn set_limit(&mut self, v: u64)[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 Limit[src]

impl Clone for Limit[src]

impl Debug for Limit[src]

impl Default for Limit[src]

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

impl Message for Limit[src]

impl PartialEq<Limit> for Limit[src]

impl PbPrint for Limit[src]

impl ProtobufValue for Limit[src]

impl StructuralPartialEq for Limit[src]

Auto Trait Implementations

impl RefUnwindSafe for Limit

impl Send for Limit

impl Sync for Limit

impl Unpin for Limit

impl UnwindSafe for Limit

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.