Struct task_stream::LocalRunnable
source · [−]pub struct LocalRunnable { /* private fields */ }Implementations
sourceimpl LocalRunnable
impl LocalRunnable
Auto Trait Implementations
impl RefUnwindSafe for LocalRunnable
impl !Send for LocalRunnable
impl !Sync for LocalRunnable
impl Unpin for LocalRunnable
impl UnwindSafe for LocalRunnable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more