pub struct ControllerBulletinsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ControllerBulletinsApi.
Trait Implementations§
Source§impl ControllerBulletinsApi for ControllerBulletinsApiDispatch<'_>
impl ControllerBulletinsApi for ControllerBulletinsApiDispatch<'_>
Source§async fn clear_flow_analysis_rule_bulletins(
&self,
body: &ClearBulletinsRequestEntity,
) -> Result<ClearBulletinsResultEntity, NifiError>
async fn clear_flow_analysis_rule_bulletins( &self, body: &ClearBulletinsRequestEntity, ) -> Result<ClearBulletinsResultEntity, NifiError>
Clears bulletins for a flow analysis rule Read more
Source§async fn clear_parameter_provider_bulletins(
&self,
body: &ClearBulletinsRequestEntity,
) -> Result<ClearBulletinsResultEntity, NifiError>
async fn clear_parameter_provider_bulletins( &self, body: &ClearBulletinsRequestEntity, ) -> Result<ClearBulletinsResultEntity, NifiError>
Clears bulletins for a parameter provider Read more
Source§async fn clear_registry_client_bulletins(
&self,
body: &ClearBulletinsRequestEntity,
) -> Result<ClearBulletinsResultEntity, NifiError>
async fn clear_registry_client_bulletins( &self, body: &ClearBulletinsRequestEntity, ) -> Result<ClearBulletinsResultEntity, NifiError>
Clears bulletins for a registry client Read more
Auto Trait Implementations§
impl<'a> Freeze for ControllerBulletinsApiDispatch<'a>
impl<'a> !RefUnwindSafe for ControllerBulletinsApiDispatch<'a>
impl<'a> Send for ControllerBulletinsApiDispatch<'a>
impl<'a> Sync for ControllerBulletinsApiDispatch<'a>
impl<'a> Unpin for ControllerBulletinsApiDispatch<'a>
impl<'a> UnsafeUnpin for ControllerBulletinsApiDispatch<'a>
impl<'a> !UnwindSafe for ControllerBulletinsApiDispatch<'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