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