pub struct FlowControllerServicesApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for FlowControllerServicesApi.
Trait Implementations§
Source§impl FlowControllerServicesApi for FlowControllerServicesApiDispatch<'_>
impl FlowControllerServicesApi for FlowControllerServicesApiDispatch<'_>
Source§async fn activate_controller_services(
&self,
body: &ActivateControllerServicesEntity,
) -> Result<ActivateControllerServicesEntity, NifiError>
async fn activate_controller_services( &self, body: &ActivateControllerServicesEntity, ) -> Result<ActivateControllerServicesEntity, NifiError>
Enable or disable Controller Services in the specified Process Group. Read more
Auto Trait Implementations§
impl<'a> Freeze for FlowControllerServicesApiDispatch<'a>
impl<'a> !RefUnwindSafe for FlowControllerServicesApiDispatch<'a>
impl<'a> Send for FlowControllerServicesApiDispatch<'a>
impl<'a> Sync for FlowControllerServicesApiDispatch<'a>
impl<'a> Unpin for FlowControllerServicesApiDispatch<'a>
impl<'a> UnsafeUnpin for FlowControllerServicesApiDispatch<'a>
impl<'a> !UnwindSafe for FlowControllerServicesApiDispatch<'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