[−][src]Struct k8s_openapi::api::flowcontrol::v1alpha1::PriorityLevelConfigurationStatus
PriorityLevelConfigurationStatus represents the current state of a "request-priority".
Fields
conditions: Option<Vec<PriorityLevelConfigurationCondition>>
conditions
is the current state of "request-priority".
Trait Implementations
impl Clone for PriorityLevelConfigurationStatus
[src][+]
impl Debug for PriorityLevelConfigurationStatus
[src][+]
impl Default for PriorityLevelConfigurationStatus
[src][+]
impl<'de> Deserialize<'de> for PriorityLevelConfigurationStatus
[src][+]
impl PartialEq<PriorityLevelConfigurationStatus> for PriorityLevelConfigurationStatus
[src][+]
impl Serialize for PriorityLevelConfigurationStatus
[src][+]
impl StructuralPartialEq for PriorityLevelConfigurationStatus
[src]
Auto Trait Implementations
impl RefUnwindSafe for PriorityLevelConfigurationStatus
[src]
impl Send for PriorityLevelConfigurationStatus
[src]
impl Sync for PriorityLevelConfigurationStatus
[src]
impl Unpin for PriorityLevelConfigurationStatus
[src]
impl UnwindSafe for PriorityLevelConfigurationStatus
[src]
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
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>,