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