pub struct Reloader(/* private fields */);Expand description
Handle that can hot-reload a running proxy’s configuration. Obtained via
Proxy::reloader(); cheap to clone (an Arc). Used by the SIGHUP task in the
binary and directly by tests.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Reloader
impl !UnwindSafe for Reloader
impl Freeze for Reloader
impl Send for Reloader
impl Sync for Reloader
impl Unpin for Reloader
impl UnsafeUnpin for Reloader
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