pub struct MvmImageConfig {
pub image: ImageSection,
pub resources: ResourceSection,
pub packages: PackageSection,
pub run: Vec<RunSection>,
pub volumes: Vec<VolumeSection>,
pub services: Vec<ServiceSection>,
}Fields§
§image: ImageSection§resources: ResourceSection§packages: PackageSection§run: Vec<RunSection>§volumes: Vec<VolumeSection>§services: Vec<ServiceSection>Trait Implementations§
Source§impl Debug for MvmImageConfig
impl Debug for MvmImageConfig
Source§impl<'de> Deserialize<'de> for MvmImageConfig
impl<'de> Deserialize<'de> for MvmImageConfig
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 MvmImageConfig
impl RefUnwindSafe for MvmImageConfig
impl Send for MvmImageConfig
impl Sync for MvmImageConfig
impl Unpin for MvmImageConfig
impl UnsafeUnpin for MvmImageConfig
impl UnwindSafe for MvmImageConfig
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