Struct k8s_openapi::v1_8::api::core::v1::ServiceStatus [−][src]
pub struct ServiceStatus { pub load_balancer: Option<LoadBalancerStatus>, }
ServiceStatus represents the current status of a service.
Fields
load_balancer: Option<LoadBalancerStatus>
LoadBalancer contains the current status of the load-balancer, if one is present.
Trait Implementations
impl Clone for ServiceStatus
[src]
impl Clone for ServiceStatus
fn clone(&self) -> ServiceStatus
[src]
fn clone(&self) -> ServiceStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ServiceStatus
[src]
impl Debug for ServiceStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for ServiceStatus
[src]
impl Default for ServiceStatus
fn default() -> ServiceStatus
[src]
fn default() -> ServiceStatus
Returns the "default value" for a type. Read more
impl PartialEq for ServiceStatus
[src]
impl PartialEq for ServiceStatus
fn eq(&self, other: &ServiceStatus) -> bool
[src]
fn eq(&self, other: &ServiceStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ServiceStatus) -> bool
[src]
fn ne(&self, other: &ServiceStatus) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for ServiceStatus
[src]
impl<'de> Deserialize<'de> for ServiceStatus
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for ServiceStatus
[src]
impl Serialize for ServiceStatus
Auto Trait Implementations
impl Send for ServiceStatus
impl Send for ServiceStatus
impl Sync for ServiceStatus
impl Sync for ServiceStatus