pub struct ReloadError {
pub route_id: String,
pub action: String,
pub error: CamelError,
}Expand description
A non-fatal error during reload action execution.
The watcher logs these and continues watching for future changes.
Fields§
§route_id: String§action: String§error: CamelErrorTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReloadError
impl RefUnwindSafe for ReloadError
impl Send for ReloadError
impl Sync for ReloadError
impl Unpin for ReloadError
impl UnsafeUnpin for ReloadError
impl UnwindSafe for ReloadError
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