pub struct ControllerServicesRunStatusApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ControllerServicesRunStatusApi.
Trait Implementations§
Source§impl ControllerServicesRunStatusApi for ControllerServicesRunStatusApiDispatch<'_>
impl ControllerServicesRunStatusApi for ControllerServicesRunStatusApiDispatch<'_>
Source§async fn update_run_status_1(
&self,
body: &ControllerServiceRunStatusEntity,
) -> Result<ControllerServiceEntity, NifiError>
async fn update_run_status_1( &self, body: &ControllerServiceRunStatusEntity, ) -> Result<ControllerServiceEntity, NifiError>
Updates run status of a controller service Read more
Auto Trait Implementations§
impl<'a> Freeze for ControllerServicesRunStatusApiDispatch<'a>
impl<'a> !RefUnwindSafe for ControllerServicesRunStatusApiDispatch<'a>
impl<'a> Send for ControllerServicesRunStatusApiDispatch<'a>
impl<'a> Sync for ControllerServicesRunStatusApiDispatch<'a>
impl<'a> Unpin for ControllerServicesRunStatusApiDispatch<'a>
impl<'a> UnsafeUnpin for ControllerServicesRunStatusApiDispatch<'a>
impl<'a> !UnwindSafe for ControllerServicesRunStatusApiDispatch<'a>
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