Struct dagger_sdk::ContainerWithExposedPortOpts
source · pub struct ContainerWithExposedPortOpts<'a> {
pub protocol: Option<NetworkProtocol>,
pub description: Option<&'a str>,
}Fields§
§protocol: Option<NetworkProtocol>Transport layer network protocol
description: Option<&'a str>Optional port description
Trait Implementations§
source§impl<'a> Debug for ContainerWithExposedPortOpts<'a>
impl<'a> Debug for ContainerWithExposedPortOpts<'a>
source§impl<'a> PartialEq<ContainerWithExposedPortOpts<'a>> for ContainerWithExposedPortOpts<'a>
impl<'a> PartialEq<ContainerWithExposedPortOpts<'a>> for ContainerWithExposedPortOpts<'a>
source§fn eq(&self, other: &ContainerWithExposedPortOpts<'a>) -> bool
fn eq(&self, other: &ContainerWithExposedPortOpts<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.