pub struct ControllerServicesReferencesApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ControllerServicesReferencesApi.
Trait Implementations§
Source§impl ControllerServicesReferencesApi for ControllerServicesReferencesApiDispatch<'_>
impl ControllerServicesReferencesApi for ControllerServicesReferencesApiDispatch<'_>
Source§async fn get_controller_service_references(
&self,
) -> Result<ControllerServiceReferencingComponentsEntity, NifiError>
async fn get_controller_service_references( &self, ) -> Result<ControllerServiceReferencingComponentsEntity, NifiError>
Gets a controller service Read more
Source§async fn update_controller_service_references(
&self,
body: &UpdateControllerServiceReferenceRequestEntity,
) -> Result<ControllerServiceReferencingComponentsEntity, NifiError>
async fn update_controller_service_references( &self, body: &UpdateControllerServiceReferenceRequestEntity, ) -> Result<ControllerServiceReferencingComponentsEntity, NifiError>
Updates a controller services references Read more
Auto Trait Implementations§
impl<'a> Freeze for ControllerServicesReferencesApiDispatch<'a>
impl<'a> !RefUnwindSafe for ControllerServicesReferencesApiDispatch<'a>
impl<'a> Send for ControllerServicesReferencesApiDispatch<'a>
impl<'a> Sync for ControllerServicesReferencesApiDispatch<'a>
impl<'a> Unpin for ControllerServicesReferencesApiDispatch<'a>
impl<'a> UnsafeUnpin for ControllerServicesReferencesApiDispatch<'a>
impl<'a> !UnwindSafe for ControllerServicesReferencesApiDispatch<'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