pub struct ThreadState(/* private fields */);
Expand description
Implementations§
Source§impl ThreadState
impl ThreadState
Trait Implementations§
Source§impl Debug for ThreadState
impl Debug for ThreadState
Auto Trait Implementations§
impl !Freeze for ThreadState
impl RefUnwindSafe for ThreadState
impl Send for ThreadState
impl Sync for ThreadState
impl Unpin for ThreadState
impl UnwindSafe for ThreadState
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