Struct kvproto::configpb::Global [−][src]
Fields
component: String
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Global
[src][−]
pub fn new() -> Global
[src]
pub fn get_component(&self) -> &str
[src]
pub fn clear_component(&mut self)
[src]
pub fn set_component(&mut self, v: String)
[src]
pub fn mut_component(&mut self) -> &mut String
[src]
pub fn take_component(&mut self) -> String
[src]
Trait Implementations
impl Clear for Global
[src][+]
impl Clone for Global
[src][+]
impl Debug for Global
[src][+]
impl Default for Global
[src][+]
impl<'a> Default for &'a Global
[src][+]
impl Message for Global
[src][+]
impl PartialEq<Global> for Global
[src][+]
impl PbPrint for Global
[src][+]
impl ProtobufValue for Global
[src][+]
impl StructuralPartialEq for Global
[src]
Auto Trait Implementations
impl RefUnwindSafe for Global
impl Send for Global
impl Sync for Global
impl Unpin for Global
impl UnwindSafe for Global
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>,