pub struct ControllerStateApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ControllerStateApi.
Trait Implementations§
Source§impl ControllerStateApi for ControllerStateApiDispatch<'_>
impl ControllerStateApi for ControllerStateApiDispatch<'_>
Source§async fn clear_state(
&self,
body: &ComponentStateEntity,
) -> Result<ComponentStateDto, NifiError>
async fn clear_state( &self, body: &ComponentStateEntity, ) -> Result<ComponentStateDto, NifiError>
Clears the state for a flow analysis rule Read more
Source§async fn get_flow_analysis_rule_state(
&self,
) -> Result<ComponentStateDto, NifiError>
async fn get_flow_analysis_rule_state( &self, ) -> Result<ComponentStateDto, NifiError>
Gets the state for a flow analysis rule Read more
Auto Trait Implementations§
impl<'a> Freeze for ControllerStateApiDispatch<'a>
impl<'a> !RefUnwindSafe for ControllerStateApiDispatch<'a>
impl<'a> Send for ControllerStateApiDispatch<'a>
impl<'a> Sync for ControllerStateApiDispatch<'a>
impl<'a> Unpin for ControllerStateApiDispatch<'a>
impl<'a> UnsafeUnpin for ControllerStateApiDispatch<'a>
impl<'a> !UnwindSafe for ControllerStateApiDispatch<'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