pub struct ControllerRunStatusApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ControllerRunStatusApi.
Trait Implementations§
Source§impl ControllerRunStatusApi for ControllerRunStatusApiDispatch<'_>
impl ControllerRunStatusApi for ControllerRunStatusApiDispatch<'_>
Source§async fn update_run_status(
&self,
body: &FlowAnalysisRuleRunStatusEntity,
) -> Result<FlowAnalysisRuleEntity, NifiError>
async fn update_run_status( &self, body: &FlowAnalysisRuleRunStatusEntity, ) -> Result<FlowAnalysisRuleEntity, NifiError>
Updates run status of a flow analysis rule Read more
Auto Trait Implementations§
impl<'a> Freeze for ControllerRunStatusApiDispatch<'a>
impl<'a> !RefUnwindSafe for ControllerRunStatusApiDispatch<'a>
impl<'a> Send for ControllerRunStatusApiDispatch<'a>
impl<'a> Sync for ControllerRunStatusApiDispatch<'a>
impl<'a> Unpin for ControllerRunStatusApiDispatch<'a>
impl<'a> UnsafeUnpin for ControllerRunStatusApiDispatch<'a>
impl<'a> !UnwindSafe for ControllerRunStatusApiDispatch<'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