Struct tipb::CmSketch[][src]

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CmSketch[src]

pub fn new() -> CmSketch[src]

pub fn get_rows(&self) -> &[CmSketchRow][src]

pub fn clear_rows(&mut self)[src]

pub fn set_rows(&mut self, v: RepeatedField<CmSketchRow>)[src]

pub fn mut_rows(&mut self) -> &mut RepeatedField<CmSketchRow>[src]

pub fn take_rows(&mut self) -> RepeatedField<CmSketchRow>[src]

pub fn get_top_n(&self) -> &[CmSketchTopN][src]

pub fn clear_top_n(&mut self)[src]

pub fn set_top_n(&mut self, v: RepeatedField<CmSketchTopN>)[src]

pub fn mut_top_n(&mut self) -> &mut RepeatedField<CmSketchTopN>[src]

pub fn take_top_n(&mut self) -> RepeatedField<CmSketchTopN>[src]

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

pub fn clear_default_value(&mut self)[src]

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

pub fn set_default_value(&mut self, v: u64)[src]

Trait Implementations

impl Clear for CmSketch[src]

impl Clone for CmSketch[src]

impl Debug for CmSketch[src]

impl Default for CmSketch[src]

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

impl Message for CmSketch[src]

impl PartialEq<CmSketch> for CmSketch[src]

impl PbPrint for CmSketch[src]

impl ProtobufValue for CmSketch[src]

impl StructuralPartialEq for CmSketch[src]

Auto Trait Implementations

impl RefUnwindSafe for CmSketch

impl Send for CmSketch

impl Sync for CmSketch

impl Unpin for CmSketch

impl UnwindSafe for CmSketch

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.