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 ==.impl StructuralPartialEq for ContainerWithoutExposedPortOpts
Auto Trait Implementations§
impl RefUnwindSafe for ContainerWithoutExposedPortOpts
impl Send for ContainerWithoutExposedPortOpts
impl Sync for ContainerWithoutExposedPortOpts
impl Unpin for ContainerWithoutExposedPortOpts
impl UnwindSafe for ContainerWithoutExposedPortOpts
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more