Struct tipb::RowMeta [−][src]
Fields
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl RowMeta
[src][−]
pub fn new() -> RowMeta
[src]
pub fn get_handle(&self) -> i64
[src]
pub fn clear_handle(&mut self)
[src]
pub fn has_handle(&self) -> bool
[src]
pub fn set_handle(&mut self, v: i64)
[src]
pub fn get_length(&self) -> i64
[src]
pub fn clear_length(&mut self)
[src]
pub fn has_length(&self) -> bool
[src]
pub fn set_length(&mut self, v: i64)
[src]
Trait Implementations
impl Clear for RowMeta
[src][+]
impl Clone for RowMeta
[src][+]
impl Debug for RowMeta
[src][+]
impl Default for RowMeta
[src][+]
impl<'a> Default for &'a RowMeta
[src][+]
impl Message for RowMeta
[src][+]
impl PartialEq<RowMeta> for RowMeta
[src][+]
impl PbPrint for RowMeta
[src][+]
impl ProtobufValue for RowMeta
[src][+]
impl StructuralPartialEq for RowMeta
[src]
Auto Trait Implementations
impl RefUnwindSafe for RowMeta
impl Send for RowMeta
impl Sync for RowMeta
impl Unpin for RowMeta
impl UnwindSafe for RowMeta
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>,