pub struct HostControls;Expand description
The real service managers of the host this binary was built for.
Trait Implementations§
Source§impl Clone for HostControls
impl Clone for HostControls
Source§fn clone(&self) -> HostControls
fn clone(&self) -> HostControls
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlFactory for HostControls
impl ControlFactory for HostControls
Source§fn control(
&self,
mode: StartMode,
) -> Result<Box<dyn ServiceControl>, ServiceError>
fn control( &self, mode: StartMode, ) -> Result<Box<dyn ServiceControl>, ServiceError>
The control for one start-mode domain. Read more
impl Copy for HostControls
Source§impl Debug for HostControls
impl Debug for HostControls
Source§impl Default for HostControls
impl Default for HostControls
Source§fn default() -> HostControls
fn default() -> HostControls
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HostControls
impl RefUnwindSafe for HostControls
impl Send for HostControls
impl Sync for HostControls
impl Unpin for HostControls
impl UnsafeUnpin for HostControls
impl UnwindSafe for HostControls
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