pub struct RemoteProcessGroupsOutputPortsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for RemoteProcessGroupsOutputPortsApi.
Trait Implementations§
Source§impl RemoteProcessGroupsOutputPortsApi for RemoteProcessGroupsOutputPortsApiDispatch<'_>
impl RemoteProcessGroupsOutputPortsApi for RemoteProcessGroupsOutputPortsApiDispatch<'_>
Source§async fn update_remote_process_group_output_port(
&self,
port_id: &str,
body: &RemoteProcessGroupPortEntity,
) -> Result<RemoteProcessGroupPortEntity, NifiError>
async fn update_remote_process_group_output_port( &self, port_id: &str, body: &RemoteProcessGroupPortEntity, ) -> Result<RemoteProcessGroupPortEntity, NifiError>
Updates a remote port Read more
Source§async fn update_remote_process_group_output_port_run_status(
&self,
port_id: &str,
body: &RemotePortRunStatusEntity,
) -> Result<RemoteProcessGroupPortEntity, NifiError>
async fn update_remote_process_group_output_port_run_status( &self, port_id: &str, body: &RemotePortRunStatusEntity, ) -> Result<RemoteProcessGroupPortEntity, NifiError>
Updates run status of a remote port Read more
Auto Trait Implementations§
impl<'a> Freeze for RemoteProcessGroupsOutputPortsApiDispatch<'a>
impl<'a> !RefUnwindSafe for RemoteProcessGroupsOutputPortsApiDispatch<'a>
impl<'a> Send for RemoteProcessGroupsOutputPortsApiDispatch<'a>
impl<'a> Sync for RemoteProcessGroupsOutputPortsApiDispatch<'a>
impl<'a> Unpin for RemoteProcessGroupsOutputPortsApiDispatch<'a>
impl<'a> UnsafeUnpin for RemoteProcessGroupsOutputPortsApiDispatch<'a>
impl<'a> !UnwindSafe for RemoteProcessGroupsOutputPortsApiDispatch<'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