Struct tipb::CompareInMetadata[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CompareInMetadata[src]

pub fn new() -> CompareInMetadata[src]

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

pub fn clear_has_null(&mut self)[src]

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

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

pub fn get_consts(&self) -> &[u8][src]

pub fn clear_consts(&mut self)[src]

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

pub fn set_consts(&mut self, v: Vec<u8>)[src]

pub fn mut_consts(&mut self) -> &mut Vec<u8>[src]

pub fn take_consts(&mut self) -> Vec<u8>[src]

Trait Implementations

impl Clear for CompareInMetadata[src]

impl Clone for CompareInMetadata[src]

impl Debug for CompareInMetadata[src]

impl Default for CompareInMetadata[src]

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

impl Message for CompareInMetadata[src]

impl PartialEq<CompareInMetadata> for CompareInMetadata[src]

impl PbPrint for CompareInMetadata[src]

impl ProtobufValue for CompareInMetadata[src]

impl StructuralPartialEq for CompareInMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for CompareInMetadata

impl Send for CompareInMetadata

impl Sync for CompareInMetadata

impl Unpin for CompareInMetadata

impl UnwindSafe for CompareInMetadata

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.