Struct k8s_openapi_ext::corev1::PortStatus  
source · [−]Fields
error: Option<String>Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names
- cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.
port: i32Port is the port number of the service port of which status is recorded here
protocol: StringProtocol is the protocol of the service port of which status is recorded here The supported values are: “TCP”, “UDP”, “SCTP”
Trait Implementations
sourceimpl Clone for PortStatus
 
impl Clone for PortStatus
sourcefn clone(&self) -> PortStatus
 
fn clone(&self) -> PortStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for PortStatus
 
impl Debug for PortStatus
sourceimpl DeepMerge for PortStatus
 
impl DeepMerge for PortStatus
sourcefn merge_from(&mut self, other: PortStatus)
 
fn merge_from(&mut self, other: PortStatus)
Merge 
other into self.sourceimpl Default for PortStatus
 
impl Default for PortStatus
sourcefn default() -> PortStatus
 
fn default() -> PortStatus
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PortStatus
 
impl<'de> Deserialize<'de> for PortStatus
sourcefn deserialize<D>(
    deserializer: D
) -> Result<PortStatus, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(
    deserializer: D
) -> Result<PortStatus, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<PortStatus> for PortStatus
 
impl PartialEq<PortStatus> for PortStatus
sourcefn eq(&self, other: &PortStatus) -> bool
 
fn eq(&self, other: &PortStatus) -> bool
sourceimpl Serialize for PortStatus
 
impl Serialize for PortStatus
sourcefn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
 
fn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PortStatus
Auto Trait Implementations
impl RefUnwindSafe for PortStatus
impl Send for PortStatus
impl Sync for PortStatus
impl Unpin for PortStatus
impl UnwindSafe for PortStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more