pub struct HookOutsideReplResult {
pub results: Vec<HookResult>,
pub watch_paths: Vec<String>,
pub system_messages: Vec<String>,
}Expand description
Result from executing file changed hooks
Fields§
§results: Vec<HookResult>§watch_paths: Vec<String>§system_messages: Vec<String>Auto Trait Implementations§
impl Freeze for HookOutsideReplResult
impl RefUnwindSafe for HookOutsideReplResult
impl Send for HookOutsideReplResult
impl Sync for HookOutsideReplResult
impl Unpin for HookOutsideReplResult
impl UnsafeUnpin for HookOutsideReplResult
impl UnwindSafe for HookOutsideReplResult
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