pub struct ContainerWithoutExposedPortOpts {
pub protocol: Option<NetworkProtocol>,
}Fields§
§protocol: Option<NetworkProtocol>Port protocol to unexpose
Trait Implementations§
source§impl PartialEq<ContainerWithoutExposedPortOpts> for ContainerWithoutExposedPortOpts
impl PartialEq<ContainerWithoutExposedPortOpts> for ContainerWithoutExposedPortOpts
source§fn eq(&self, other: &ContainerWithoutExposedPortOpts) -> bool
fn eq(&self, other: &ContainerWithoutExposedPortOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.