Struct message_io::util::thread::NamespacedThread
source · [−]pub struct NamespacedThread<T: Send + 'static> { /* private fields */ }
Expand description
Thread similar to the std, but with a name that can be nested.
Implementations
sourceimpl<T: Send + 'static> NamespacedThread<T>
impl<T: Send + 'static> NamespacedThread<T>
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for NamespacedThread<T>
impl<T> Send for NamespacedThread<T>
impl<T> Sync for NamespacedThread<T>
impl<T> Unpin for NamespacedThread<T>
impl<T> !UnwindSafe for NamespacedThread<T>
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