Struct service_manager::ServiceUninstallCtx
source · [−]pub struct ServiceUninstallCtx {
pub label: ServiceLabel,
}Expand description
Context provided to the uninstall function of ServiceManager
Fields
label: ServiceLabelLabel associated with the service
E.g. rocks.distant.manager
Auto Trait Implementations
impl RefUnwindSafe for ServiceUninstallCtx
impl Send for ServiceUninstallCtx
impl Sync for ServiceUninstallCtx
impl Unpin for ServiceUninstallCtx
impl UnwindSafe for ServiceUninstallCtx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more