Enum conjure_runtime::ClientQos [−][src]
#[non_exhaustive]
pub enum ClientQos {
Enabled,
DangerousDisableSympatheticClientQos,
}Specifies the beahavior of client-side sympathetic rate limiting.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Enable client side rate limiting.
This is the default behavior.
Disables client-side rate limiting.
This should only be used when there are known issues with the interaction between a service’s rate limiting implementation and the client’s.
Trait Implementations
impl StructuralEq for ClientQos[src]
impl StructuralEq for ClientQos[src]impl StructuralPartialEq for ClientQos[src]
impl StructuralPartialEq for ClientQos[src]Auto Trait Implementations
impl RefUnwindSafe for ClientQos
impl RefUnwindSafe for ClientQosimpl UnwindSafe for ClientQos
impl UnwindSafe for ClientQosBlanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,