Struct k8s_openapi::api::core::v1::DaemonEndpoint [−][src]
pub struct DaemonEndpoint { pub port: i32, }
Expand description
DaemonEndpoint contains information about a single Daemon endpoint.
Fields
port: i32
Port number of the given endpoint.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DaemonEndpoint
impl Send for DaemonEndpoint
impl Sync for DaemonEndpoint
impl Unpin for DaemonEndpoint
impl UnwindSafe for DaemonEndpoint
Blanket Implementations
Mutably borrows from an owned value. Read more