pub struct ThreadIntegration;Expand description
Thread integration placeholder
Implementations§
Auto Trait Implementations§
impl Freeze for ThreadIntegration
impl RefUnwindSafe for ThreadIntegration
impl Send for ThreadIntegration
impl Sync for ThreadIntegration
impl Unpin for ThreadIntegration
impl UnwindSafe for ThreadIntegration
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