Struct k8s_openapi::v1_8::api::core::v1::NodeAddress [−][src]
NodeAddress contains information for the node's address.
Fields
address: String
The node address.
type_: String
Node address type, one of Hostname, ExternalIP or InternalIP.
Trait Implementations
impl Clone for NodeAddress
[src]
impl Clone for NodeAddress
fn clone(&self) -> NodeAddress
[src]
fn clone(&self) -> NodeAddress
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 NodeAddress
[src]
impl Debug for NodeAddress
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 NodeAddress
[src]
impl Default for NodeAddress
fn default() -> NodeAddress
[src]
fn default() -> NodeAddress
Returns the "default value" for a type. Read more
impl PartialEq for NodeAddress
[src]
impl PartialEq for NodeAddress
fn eq(&self, other: &NodeAddress) -> bool
[src]
fn eq(&self, other: &NodeAddress) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NodeAddress) -> bool
[src]
fn ne(&self, other: &NodeAddress) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NodeAddress
[src]
impl<'de> Deserialize<'de> for NodeAddress
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 NodeAddress
[src]
impl Serialize for NodeAddress
Auto Trait Implementations
impl Send for NodeAddress
impl Send for NodeAddress
impl Sync for NodeAddress
impl Sync for NodeAddress