pub struct Service;Trait Implementations§
Source§impl Service for Service
impl Service for Service
Source§fn refine(
_core_index: CoreIndex,
_item_index: usize,
service_id: ServiceId,
payload: WorkPayload,
_package_hash: WorkPackageHash,
) -> WorkOutput
fn refine( _core_index: CoreIndex, _item_index: usize, service_id: ServiceId, payload: WorkPayload, _package_hash: WorkPackageHash, ) -> WorkOutput
The Refine entry-point, used in-core on a single Work Item. Read more
Auto Trait Implementations§
impl Freeze for Service
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
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