Struct bollard::service::EndpointPortConfig
source · pub struct EndpointPortConfig {
pub name: Option<String>,
pub protocol: Option<EndpointPortConfigProtocolEnum>,
pub target_port: Option<i64>,
pub published_port: Option<i64>,
pub publish_mode: Option<EndpointPortConfigPublishModeEnum>,
}
Fields§
§name: Option<String>
§protocol: Option<EndpointPortConfigProtocolEnum>
§target_port: Option<i64>
The port inside the container.
published_port: Option<i64>
The port on the swarm hosts.
publish_mode: Option<EndpointPortConfigPublishModeEnum>
The mode in which port is published.
Trait Implementations§
source§impl Clone for EndpointPortConfig
impl Clone for EndpointPortConfig
source§fn clone(&self) -> EndpointPortConfig
fn clone(&self) -> EndpointPortConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EndpointPortConfig
impl Debug for EndpointPortConfig
source§impl Default for EndpointPortConfig
impl Default for EndpointPortConfig
source§fn default() -> EndpointPortConfig
fn default() -> EndpointPortConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EndpointPortConfig
impl<'de> Deserialize<'de> for EndpointPortConfig
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EndpointPortConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EndpointPortConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for EndpointPortConfig
impl PartialEq for EndpointPortConfig
source§impl Serialize for EndpointPortConfig
impl Serialize for EndpointPortConfig
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for EndpointPortConfig
Auto Trait Implementations§
impl Freeze for EndpointPortConfig
impl RefUnwindSafe for EndpointPortConfig
impl Send for EndpointPortConfig
impl Sync for EndpointPortConfig
impl Unpin for EndpointPortConfig
impl UnwindSafe for EndpointPortConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)