Struct service_manager::ServiceStopCtx
source · pub struct ServiceStopCtx {
pub label: ServiceLabel,
}
Expand description
Context provided to the stop function of ServiceManager
Fields§
§label: ServiceLabel
Label associated with the service
E.g. rocks.distant.manager
Auto Trait Implementations§
impl RefUnwindSafe for ServiceStopCtx
impl Send for ServiceStopCtx
impl Sync for ServiceStopCtx
impl Unpin for ServiceStopCtx
impl UnwindSafe for ServiceStopCtx
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