Struct tipb::RowSample[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RowSample[src]

pub fn new() -> RowSample[src]

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

pub fn clear_row(&mut self)[src]

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

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

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

pub fn get_weight(&self) -> i64[src]

pub fn clear_weight(&mut self)[src]

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

pub fn set_weight(&mut self, v: i64)[src]

Trait Implementations

impl Clear for RowSample[src]

impl Clone for RowSample[src]

impl Debug for RowSample[src]

impl Default for RowSample[src]

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

impl Message for RowSample[src]

impl PartialEq<RowSample> for RowSample[src]

impl PbPrint for RowSample[src]

impl ProtobufValue for RowSample[src]

impl StructuralPartialEq for RowSample[src]

Auto Trait Implementations

impl RefUnwindSafe for RowSample

impl Send for RowSample

impl Sync for RowSample

impl Unpin for RowSample

impl UnwindSafe for RowSample

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.