Struct kvproto::pdpb::TsoRequest[][src]

pub struct TsoRequest {
    pub header: SingularPtrField<RequestHeader>,
    pub count: u32,
    pub dc_location: String,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

header: SingularPtrField<RequestHeader>count: u32dc_location: Stringunknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl TsoRequest[src]

pub fn new() -> TsoRequest[src]

pub fn get_header(&self) -> &RequestHeader[src]

pub fn clear_header(&mut self)[src]

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

pub fn set_header(&mut self, v: RequestHeader)[src]

pub fn mut_header(&mut self) -> &mut RequestHeader[src]

pub fn take_header(&mut self) -> RequestHeader[src]

pub fn get_count(&self) -> u32[src]

pub fn clear_count(&mut self)[src]

pub fn set_count(&mut self, v: u32)[src]

pub fn get_dc_location(&self) -> &str[src]

pub fn clear_dc_location(&mut self)[src]

pub fn set_dc_location(&mut self, v: String)[src]

pub fn mut_dc_location(&mut self) -> &mut String[src]

pub fn take_dc_location(&mut self) -> String[src]

Trait Implementations

impl Clear for TsoRequest[src]

impl Clone for TsoRequest[src]

impl Debug for TsoRequest[src]

impl Default for TsoRequest[src]

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

impl Message for TsoRequest[src]

impl PartialEq<TsoRequest> for TsoRequest[src]

impl PbPrint for TsoRequest[src]

impl ProtobufValue for TsoRequest[src]

impl StructuralPartialEq for TsoRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for TsoRequest

impl Send for TsoRequest

impl Sync for TsoRequest

impl Unpin for TsoRequest

impl UnwindSafe for TsoRequest

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.