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