pub struct ProcessGroupsControllerServicesApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ProcessGroupsControllerServicesApi.
Trait Implementations§
Source§impl ProcessGroupsControllerServicesApi for ProcessGroupsControllerServicesApiDispatch<'_>
impl ProcessGroupsControllerServicesApi for ProcessGroupsControllerServicesApiDispatch<'_>
Source§async fn create_controller_service_1(
&self,
body: &ControllerServiceEntity,
) -> Result<ControllerServiceEntity, NifiError>
async fn create_controller_service_1( &self, body: &ControllerServiceEntity, ) -> Result<ControllerServiceEntity, NifiError>
Creates a new controller service Read more
Auto Trait Implementations§
impl<'a> Freeze for ProcessGroupsControllerServicesApiDispatch<'a>
impl<'a> !RefUnwindSafe for ProcessGroupsControllerServicesApiDispatch<'a>
impl<'a> Send for ProcessGroupsControllerServicesApiDispatch<'a>
impl<'a> Sync for ProcessGroupsControllerServicesApiDispatch<'a>
impl<'a> Unpin for ProcessGroupsControllerServicesApiDispatch<'a>
impl<'a> UnsafeUnpin for ProcessGroupsControllerServicesApiDispatch<'a>
impl<'a> !UnwindSafe for ProcessGroupsControllerServicesApiDispatch<'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