Struct protobuf::descriptor::ServiceOptions [−][src]
Fields
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl ServiceOptions
[src][−]
pub fn new() -> ServiceOptions
[src]
pub fn get_deprecated(&self) -> bool
[src]
pub fn clear_deprecated(&mut self)
[src]
pub fn has_deprecated(&self) -> bool
[src]
pub fn set_deprecated(&mut self, v: bool)
[src]
pub fn get_uninterpreted_option(&self) -> &[UninterpretedOption]ⓘ
[src]
pub fn clear_uninterpreted_option(&mut self)
[src]
pub fn set_uninterpreted_option(
&mut self,
v: RepeatedField<UninterpretedOption>
)
[src]
&mut self,
v: RepeatedField<UninterpretedOption>
)
pub fn mut_uninterpreted_option(
&mut self
) -> &mut RepeatedField<UninterpretedOption>
[src]
&mut self
) -> &mut RepeatedField<UninterpretedOption>
pub fn take_uninterpreted_option(
&mut self
) -> RepeatedField<UninterpretedOption>
[src]
&mut self
) -> RepeatedField<UninterpretedOption>
Trait Implementations
impl Clear for ServiceOptions
[src][+]
impl Clone for ServiceOptions
[src][+]
impl Debug for ServiceOptions
[src][+]
impl Default for ServiceOptions
[src][+]
impl<'a> Default for &'a ServiceOptions
[src][+]
impl Message for ServiceOptions
[src][+]
impl PartialEq<ServiceOptions> for ServiceOptions
[src][+]
impl ProtobufValue for ServiceOptions
[src][+]
impl StructuralPartialEq for ServiceOptions
[src]
Auto Trait Implementations
impl RefUnwindSafe for ServiceOptions
impl Send for ServiceOptions
impl Sync for ServiceOptions
impl Unpin for ServiceOptions
impl UnwindSafe for ServiceOptions
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>,