pub struct RoutePlanUpstreamRuntimeState {
pub runtime_disabled: bool,
pub failure_count: u32,
pub cooldown_active: bool,
pub usage_exhausted: bool,
pub missing_auth: bool,
}Fields§
§runtime_disabled: bool§failure_count: u32§cooldown_active: bool§usage_exhausted: bool§missing_auth: boolTrait Implementations§
Source§impl Clone for RoutePlanUpstreamRuntimeState
impl Clone for RoutePlanUpstreamRuntimeState
Source§fn clone(&self) -> RoutePlanUpstreamRuntimeState
fn clone(&self) -> RoutePlanUpstreamRuntimeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RoutePlanUpstreamRuntimeState
impl Default for RoutePlanUpstreamRuntimeState
Source§fn default() -> RoutePlanUpstreamRuntimeState
fn default() -> RoutePlanUpstreamRuntimeState
Returns the “default value” for a type. Read more
Source§impl PartialEq for RoutePlanUpstreamRuntimeState
impl PartialEq for RoutePlanUpstreamRuntimeState
Source§fn eq(&self, other: &RoutePlanUpstreamRuntimeState) -> bool
fn eq(&self, other: &RoutePlanUpstreamRuntimeState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RoutePlanUpstreamRuntimeState
impl Eq for RoutePlanUpstreamRuntimeState
impl StructuralPartialEq for RoutePlanUpstreamRuntimeState
Auto Trait Implementations§
impl Freeze for RoutePlanUpstreamRuntimeState
impl RefUnwindSafe for RoutePlanUpstreamRuntimeState
impl Send for RoutePlanUpstreamRuntimeState
impl Sync for RoutePlanUpstreamRuntimeState
impl Unpin for RoutePlanUpstreamRuntimeState
impl UnsafeUnpin for RoutePlanUpstreamRuntimeState
impl UnwindSafe for RoutePlanUpstreamRuntimeState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.