Struct tipb::CompareInMetadata [−][src]
Fields
unknown_fields: UnknownFields
cached_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][+]
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>,