Struct dofigen_lib::Run
source · pub struct Run {
pub run: Vec<String>,
pub cache: Vec<Cache>,
pub bind: Vec<Bind>,
}Expand description
Represents a run executed as root
Fields§
§run: Vec<String>§cache: Vec<Cache>§bind: Vec<Bind>Implementations§
Trait Implementations§
source§impl Patch<RunPatch> for Run
impl Patch<RunPatch> for Run
source§fn into_patch(self) -> RunPatch
fn into_patch(self) -> RunPatch
Returns a patch that when applied turns any struct of the same type into
Selfsource§fn into_patch_by_diff(self, previous_struct: Self) -> RunPatch
fn into_patch_by_diff(self, previous_struct: Self) -> RunPatch
Returns a patch that when applied turns
previous_struct into Selfsource§fn new_empty_patch() -> RunPatch
fn new_empty_patch() -> RunPatch
Get an empty patch instance
impl StructuralPartialEq for Run
Auto Trait Implementations§
impl Freeze for Run
impl RefUnwindSafe for Run
impl Send for Run
impl Sync for Run
impl Unpin for Run
impl UnwindSafe for Run
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)