[][src]Struct grpcio_proto::testing::stats::RequestResultCount

pub struct RequestResultCount {
    pub status_code: i32,
    pub count: i64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

status_code: i32count: i64unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RequestResultCount[src]

pub fn new() -> RequestResultCount[src]

pub fn get_status_code(&self) -> i32[src]

pub fn clear_status_code(&mut self)[src]

pub fn set_status_code(&mut self, v: i32)[src]

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

pub fn clear_count(&mut self)[src]

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

Trait Implementations

impl Clear for RequestResultCount[src]

impl Clone for RequestResultCount[src]

impl Debug for RequestResultCount[src]

impl Default for RequestResultCount[src]

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

impl Message for RequestResultCount[src]

impl PartialEq<RequestResultCount> for RequestResultCount[src]

impl ProtobufValue for RequestResultCount[src]

impl StructuralPartialEq for RequestResultCount[src]

Auto Trait Implementations

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.