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