[][src]Struct bigtable::status::Status

pub struct Status { /* fields omitted */ }

Methods

impl Status[src]

pub fn new() -> Status[src]

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

pub fn clear_code(&mut self)[src]

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

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

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

pub fn clear_message(&mut self)[src]

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

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

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

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

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

pub fn clear_details(&mut self)[src]

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

pub fn mut_details(&mut self) -> &mut RepeatedField<Any>[src]

pub fn take_details(&mut self) -> RepeatedField<Any>[src]

pub fn get_details(&self) -> &[Any][src]

Trait Implementations

impl Default for Status[src]

impl Sync for Status[src]

impl Clone for Status[src]

impl PartialEq<Status> for Status[src]

impl Debug for Status[src]

impl Message for Status[src]

impl MessageStatic for Status[src]

impl Clear for Status[src]

Auto Trait Implementations

impl Send for Status

impl Unpin for Status

impl UnwindSafe for Status

impl !RefUnwindSafe for Status

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