pub struct ContainerConfigPatch {
pub target: PatchField<String>,
pub driver: PatchField<String>,
pub runtime: PatchField<String>,
pub user: PatchField<String>,
pub namespace: PatchField<String>,
pub context: PatchField<String>,
pub compose_files: PatchField<Vec<String>>,
pub compose_project: PatchField<String>,
pub pod_container: PatchField<String>,
}Fields§
§target: PatchField<String>§driver: PatchField<String>§runtime: PatchField<String>§user: PatchField<String>§namespace: PatchField<String>§context: PatchField<String>§compose_files: PatchField<Vec<String>>§compose_project: PatchField<String>§pod_container: PatchField<String>Trait Implementations§
Source§impl Debug for ContainerConfigPatch
impl Debug for ContainerConfigPatch
Source§impl Default for ContainerConfigPatch
impl Default for ContainerConfigPatch
Source§fn default() -> ContainerConfigPatch
fn default() -> ContainerConfigPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerConfigPatch
impl RefUnwindSafe for ContainerConfigPatch
impl Send for ContainerConfigPatch
impl Sync for ContainerConfigPatch
impl Unpin for ContainerConfigPatch
impl UnsafeUnpin for ContainerConfigPatch
impl UnwindSafe for ContainerConfigPatch
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