Struct docker_sdk::network::EndpointIPAMConfig
source · pub struct EndpointIPAMConfig {
pub ipv4_address: String,
pub ipv6_address: String,
pub link_local_ips: Vec<String>,
}
Fields
ipv4_address: String
ipv6_address: String
link_local_ips: Vec<String>
Trait Implementations
sourceimpl Clone for EndpointIPAMConfig
impl Clone for EndpointIPAMConfig
sourcefn clone(&self) -> EndpointIPAMConfig
fn clone(&self) -> EndpointIPAMConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EndpointIPAMConfig
impl Debug for EndpointIPAMConfig
sourceimpl<'de> Deserialize<'de> for EndpointIPAMConfig
impl<'de> Deserialize<'de> for EndpointIPAMConfig
sourcefn 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
sourceimpl Serialize for EndpointIPAMConfig
impl Serialize for EndpointIPAMConfig
Auto Trait Implementations
impl RefUnwindSafe for EndpointIPAMConfig
impl Send for EndpointIPAMConfig
impl Sync for EndpointIPAMConfig
impl Unpin for EndpointIPAMConfig
impl UnwindSafe for EndpointIPAMConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more