Struct prost_types::ServiceOptions [−][src]
Fields
deprecated: Option<bool>
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
uninterpreted_option: Vec<UninterpretedOption>
The parser stores options it doesn’t recognize here. See above.
Implementations
impl ServiceOptions
[src][−]
pub fn deprecated(&self) -> bool
[src][−]
Returns the value of deprecated
, or the default value if deprecated
is unset.
Trait Implementations
impl Clone for ServiceOptions
[src][+]
impl Debug for ServiceOptions
[src][+]
impl Default for ServiceOptions
[src][+]
impl Message for ServiceOptions
[src][+]
impl PartialEq<ServiceOptions> 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>,