pub struct HotUpdateHandle { /* private fields */ }Expand description
Auto Trait Implementations§
impl !RefUnwindSafe for HotUpdateHandle
impl !UnwindSafe for HotUpdateHandle
impl Freeze for HotUpdateHandle
impl Send for HotUpdateHandle
impl Sync for HotUpdateHandle
impl Unpin for HotUpdateHandle
impl UnsafeUnpin for HotUpdateHandle
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