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