[][src]Struct bigtable::data::TimestampRange

pub struct TimestampRange { /* fields omitted */ }

Methods

impl TimestampRange[src]

pub fn new() -> TimestampRange[src]

pub fn default_instance() -> &'static TimestampRange[src]

pub fn clear_start_timestamp_micros(&mut self)[src]

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

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

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

pub fn clear_end_timestamp_micros(&mut self)[src]

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

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

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

Trait Implementations

impl Default for TimestampRange[src]

impl Sync for TimestampRange[src]

impl Clone for TimestampRange[src]

impl PartialEq<TimestampRange> for TimestampRange[src]

impl Debug for TimestampRange[src]

impl Message for TimestampRange[src]

impl MessageStatic for TimestampRange[src]

impl Clear for TimestampRange[src]

Auto Trait Implementations

impl Send for TimestampRange

impl Unpin for TimestampRange

impl UnwindSafe for TimestampRange

impl !RefUnwindSafe for TimestampRange

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err