pub struct ParameterContextsUpdateRequestsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ParameterContextsUpdateRequestsApi.
Trait Implementations§
Source§impl ParameterContextsUpdateRequestsApi for ParameterContextsUpdateRequestsApiDispatch<'_>
impl ParameterContextsUpdateRequestsApi for ParameterContextsUpdateRequestsApiDispatch<'_>
Source§async fn delete_update_request(
&self,
request_id: &str,
disconnected_node_acknowledged: Option<bool>,
) -> Result<ParameterContextUpdateRequestEntity, NifiError>
async fn delete_update_request( &self, request_id: &str, disconnected_node_acknowledged: Option<bool>, ) -> Result<ParameterContextUpdateRequestEntity, NifiError>
Deletes the Update Request with the given ID Read more
Source§async fn get_parameter_context_update(
&self,
request_id: &str,
) -> Result<ParameterContextUpdateRequestEntity, NifiError>
async fn get_parameter_context_update( &self, request_id: &str, ) -> Result<ParameterContextUpdateRequestEntity, NifiError>
Returns the Update Request with the given ID Read more
Source§async fn submit_parameter_context_update(
&self,
body: &ParameterContextEntity,
) -> Result<ParameterContextUpdateRequestEntity, NifiError>
async fn submit_parameter_context_update( &self, body: &ParameterContextEntity, ) -> Result<ParameterContextUpdateRequestEntity, NifiError>
Initiate the Update Request of a Parameter Context Read more
Auto Trait Implementations§
impl<'a> Freeze for ParameterContextsUpdateRequestsApiDispatch<'a>
impl<'a> !RefUnwindSafe for ParameterContextsUpdateRequestsApiDispatch<'a>
impl<'a> Send for ParameterContextsUpdateRequestsApiDispatch<'a>
impl<'a> Sync for ParameterContextsUpdateRequestsApiDispatch<'a>
impl<'a> Unpin for ParameterContextsUpdateRequestsApiDispatch<'a>
impl<'a> UnsafeUnpin for ParameterContextsUpdateRequestsApiDispatch<'a>
impl<'a> !UnwindSafe for ParameterContextsUpdateRequestsApiDispatch<'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