Struct docker_compose_types::AdvancedNetworks 
source · pub struct AdvancedNetworks(pub IndexMap<String, MapOrEmpty<AdvancedNetworkSettings>>);Tuple Fields§
§0: IndexMap<String, MapOrEmpty<AdvancedNetworkSettings>>Trait Implementations§
source§impl Clone for AdvancedNetworks
 
impl Clone for AdvancedNetworks
source§fn clone(&self) -> AdvancedNetworks
 
fn clone(&self) -> AdvancedNetworks
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 AdvancedNetworks
 
impl Debug for AdvancedNetworks
source§impl Default for AdvancedNetworks
 
impl Default for AdvancedNetworks
source§fn default() -> AdvancedNetworks
 
fn default() -> AdvancedNetworks
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AdvancedNetworks
 
impl<'de> Deserialize<'de> for AdvancedNetworks
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 AdvancedNetworks
 
impl PartialEq for AdvancedNetworks
source§fn eq(&self, other: &AdvancedNetworks) -> bool
 
fn eq(&self, other: &AdvancedNetworks) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for AdvancedNetworks
 
impl Serialize for AdvancedNetworks
impl Eq for AdvancedNetworks
impl StructuralEq for AdvancedNetworks
impl StructuralPartialEq for AdvancedNetworks
Auto Trait Implementations§
impl RefUnwindSafe for AdvancedNetworks
impl Send for AdvancedNetworks
impl Sync for AdvancedNetworks
impl Unpin for AdvancedNetworks
impl UnwindSafe for AdvancedNetworks
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
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.