pub struct NetworkConnectContainerParam {
pub container: Option<String>,
pub endpoint_config: Option<EndpointSettings>,
}
Fields§
§container: Option<String>
The ID or name of the container to connect to the network.
endpoint_config: Option<EndpointSettings>
Trait Implementations§
Source§impl Clone for NetworkConnectContainerParam
impl Clone for NetworkConnectContainerParam
Source§fn clone(&self) -> NetworkConnectContainerParam
fn clone(&self) -> NetworkConnectContainerParam
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NetworkConnectContainerParam
impl Debug for NetworkConnectContainerParam
Source§impl<'de> Deserialize<'de> for NetworkConnectContainerParam
impl<'de> Deserialize<'de> for NetworkConnectContainerParam
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NetworkConnectContainerParam
impl PartialEq for NetworkConnectContainerParam
Source§fn eq(&self, other: &NetworkConnectContainerParam) -> bool
fn eq(&self, other: &NetworkConnectContainerParam) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for NetworkConnectContainerParam
Auto Trait Implementations§
impl Freeze for NetworkConnectContainerParam
impl RefUnwindSafe for NetworkConnectContainerParam
impl Send for NetworkConnectContainerParam
impl Sync for NetworkConnectContainerParam
impl Unpin for NetworkConnectContainerParam
impl UnwindSafe for NetworkConnectContainerParam
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