Struct kvproto::configpb::Status [−][src]
Fields
code: StatusCode
message: String
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Status
[src][−]
pub fn new() -> Status
[src]
pub fn get_code(&self) -> StatusCode
[src]
pub fn clear_code(&mut self)
[src]
pub fn set_code(&mut self, v: StatusCode)
[src]
pub fn get_message(&self) -> &str
[src]
pub fn clear_message(&mut self)
[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]
Trait Implementations
impl Clear for Status
[src][+]
impl Clone for Status
[src][+]
impl Debug for Status
[src][+]
impl Default for Status
[src][+]
impl<'a> Default for &'a Status
[src][+]
impl Message for Status
[src][+]
impl PartialEq<Status> for Status
[src][+]
impl PbPrint for Status
[src][+]
impl ProtobufValue for Status
[src][+]
impl StructuralPartialEq for Status
[src]
Auto Trait Implementations
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,