pub struct ControllerHostContext { /* private fields */ }Expand description
Opaque per-instance context the host supplies to controller plug-ins.
Controller host services use this context to attribute runtime-created strategies and lifecycle commands to the calling controller instance.
Auto Trait Implementations§
impl Freeze for ControllerHostContext
impl RefUnwindSafe for ControllerHostContext
impl Send for ControllerHostContext
impl Sync for ControllerHostContext
impl Unpin for ControllerHostContext
impl UnsafeUnpin for ControllerHostContext
impl UnwindSafe for ControllerHostContext
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