Struct ExReload
pub struct ExReload<'ex> { /* private fields */ }Expand description
Default-param extender for Script::reload_ex.
Implementations§
Auto Trait Implementations§
impl<'ex> Freeze for ExReload<'ex>
impl<'ex> RefUnwindSafe for ExReload<'ex>
impl<'ex> !Send for ExReload<'ex>
impl<'ex> !Sync for ExReload<'ex>
impl<'ex> Unpin for ExReload<'ex>
impl<'ex> !UnwindSafe for ExReload<'ex>
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