pub struct ContainerWithoutExposedPortOpts {
pub protocol: Option<NetworkProtocol>,
}
Fields§
§protocol: Option<NetworkProtocol>
Port protocol to unexpose
Trait Implementations§
Source§impl PartialEq for ContainerWithoutExposedPortOpts
impl PartialEq for ContainerWithoutExposedPortOpts
Source§fn eq(&self, other: &ContainerWithoutExposedPortOpts) -> bool
fn eq(&self, other: &ContainerWithoutExposedPortOpts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ContainerWithoutExposedPortOpts
Auto Trait Implementations§
impl Freeze for ContainerWithoutExposedPortOpts
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