pub struct GetWorkers { /* private fields */ }
Implementations§
Source§impl GetWorkers
impl GetWorkers
pub fn new( component_id: ComponentId, filter: Option<&WorkerAnyFilter>, precise: bool, ) -> Self
Source§impl GetWorkers
impl GetWorkers
pub fn get_next(&self) -> Option<Vec<WorkerMetadata>>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GetWorkers
impl RefUnwindSafe for GetWorkers
impl Send for GetWorkers
impl Sync for GetWorkers
impl Unpin for GetWorkers
impl UnwindSafe for GetWorkers
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