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