pub struct ComposeFile {
pub services: HashMap<String, ComposeService>,
}Expand description
Top-level docker-compose.yml structure (subset we care about).
Fields§
§services: HashMap<String, ComposeService>Trait Implementations§
Source§impl Debug for ComposeFile
impl Debug for ComposeFile
Source§impl<'de> Deserialize<'de> for ComposeFile
impl<'de> Deserialize<'de> for ComposeFile
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
Auto Trait Implementations§
impl Freeze for ComposeFile
impl RefUnwindSafe for ComposeFile
impl Send for ComposeFile
impl Sync for ComposeFile
impl Unpin for ComposeFile
impl UnsafeUnpin for ComposeFile
impl UnwindSafe for ComposeFile
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