pub struct HotReloadHandle { /* private fields */ }
Expand description
Handle for controlling hot reload background thread
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HotReloadHandle
impl !RefUnwindSafe for HotReloadHandle
impl Send for HotReloadHandle
impl Sync for HotReloadHandle
impl Unpin for HotReloadHandle
impl !UnwindSafe for HotReloadHandle
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