Struct prost_types::MethodOptions [−][src]
Fields
deprecated: Option<bool>
Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods.
idempotency_level: Option<i32>
uninterpreted_option: Vec<UninterpretedOption>
The parser stores options it doesn’t recognize here. See above.
Implementations
impl MethodOptions
[src][−]
pub fn deprecated(&self) -> bool
[src][−]
Returns the value of deprecated
, or the default value if deprecated
is unset.
pub fn idempotency_level(&self) -> IdempotencyLevel
[src][−]
Returns the enum value of idempotency_level
, or the default if the field is unset or set to an invalid enum value.
pub fn set_idempotency_level(&mut self, value: IdempotencyLevel)
[src][−]
Sets idempotency_level
to the provided enum value.
Trait Implementations
impl Clone for MethodOptions
[src][+]
impl Debug for MethodOptions
[src][+]
impl Default for MethodOptions
[src][+]
impl Message for MethodOptions
[src][+]
impl PartialEq<MethodOptions> for MethodOptions
[src][+]
impl StructuralPartialEq for MethodOptions
[src]
Auto Trait Implementations
impl RefUnwindSafe for MethodOptions
impl Send for MethodOptions
impl Sync for MethodOptions
impl Unpin for MethodOptions
impl UnwindSafe for MethodOptions
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>,