pub struct ExecResult {
pub outcome: ExecOutcome,
pub cwd: PathBuf,
pub matched_rule: String,
pub matched_source: String,
}Fields§
§outcome: ExecOutcome§cwd: PathBuf§matched_rule: String§matched_source: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExecResult
impl RefUnwindSafe for ExecResult
impl Send for ExecResult
impl Sync for ExecResult
impl Unpin for ExecResult
impl UnsafeUnpin for ExecResult
impl UnwindSafe for ExecResult
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