Struct kvproto::pdpb::TimeInterval[][src]

pub struct TimeInterval {
    pub start_timestamp: u64,
    pub end_timestamp: u64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

start_timestamp: u64end_timestamp: u64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl TimeInterval[src]

pub fn new() -> TimeInterval[src]

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

pub fn clear_start_timestamp(&mut self)[src]

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

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

pub fn clear_end_timestamp(&mut self)[src]

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

Trait Implementations

impl Clear for TimeInterval[src]

impl Clone for TimeInterval[src]

impl Debug for TimeInterval[src]

impl Default for TimeInterval[src]

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

impl Message for TimeInterval[src]

impl PartialEq<TimeInterval> for TimeInterval[src]

impl PbPrint for TimeInterval[src]

impl ProtobufValue for TimeInterval[src]

impl StructuralPartialEq for TimeInterval[src]

Auto Trait Implementations

impl RefUnwindSafe for TimeInterval

impl Send for TimeInterval

impl Sync for TimeInterval

impl Unpin for TimeInterval

impl UnwindSafe for TimeInterval

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.