Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::DaemonEndpoint[][src]

pub struct DaemonEndpoint {
    pub port: i32,
}

DaemonEndpoint contains information about a single Daemon endpoint.

Fields

Port number of the given endpoint.

Trait Implementations

impl Clone for DaemonEndpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DaemonEndpoint
[src]

Formats the value using the given formatter. Read more

impl Default for DaemonEndpoint
[src]

Returns the "default value" for a type. Read more

impl PartialEq for DaemonEndpoint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for DaemonEndpoint
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for DaemonEndpoint
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations