pub struct Reloader { /* private fields */ }Expand description
Utility to send reload requests to clients.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reloader
impl RefUnwindSafe for Reloader
impl Send for Reloader
impl Sync for Reloader
impl Unpin for Reloader
impl UnwindSafe 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