Struct docker_compose_types::ComposeSecrets
source · pub struct ComposeSecrets(pub IndexMap<String, Option<ComposeSecret>>);
Tuple Fields§
§0: IndexMap<String, Option<ComposeSecret>>
Trait Implementations§
source§impl Clone for ComposeSecrets
impl Clone for ComposeSecrets
source§fn clone(&self) -> ComposeSecrets
fn clone(&self) -> ComposeSecrets
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 ComposeSecrets
impl Debug for ComposeSecrets
source§impl Default for ComposeSecrets
impl Default for ComposeSecrets
source§fn default() -> ComposeSecrets
fn default() -> ComposeSecrets
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ComposeSecrets
impl<'de> Deserialize<'de> for ComposeSecrets
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 ComposeSecrets
impl PartialEq for ComposeSecrets
source§fn eq(&self, other: &ComposeSecrets) -> bool
fn eq(&self, other: &ComposeSecrets) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ComposeSecrets
impl Serialize for ComposeSecrets
impl StructuralPartialEq for ComposeSecrets
Auto Trait Implementations§
impl RefUnwindSafe for ComposeSecrets
impl Send for ComposeSecrets
impl Sync for ComposeSecrets
impl Unpin for ComposeSecrets
impl UnwindSafe for ComposeSecrets
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