pub struct LocalWorker { /* private fields */ }Implementations§
Source§impl LocalWorker
impl LocalWorker
Trait Implementations§
Source§impl Clone for LocalWorker
impl Clone for LocalWorker
Source§fn clone(&self) -> LocalWorker
fn clone(&self) -> LocalWorker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LocalWorker
impl !RefUnwindSafe for LocalWorker
impl Send for LocalWorker
impl Sync for LocalWorker
impl Unpin for LocalWorker
impl !UnwindSafe for LocalWorker
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