pub struct ProcessGroupsPasteApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ProcessGroupsPasteApi.
Trait Implementations§
Source§impl ProcessGroupsPasteApi for ProcessGroupsPasteApiDispatch<'_>
impl ProcessGroupsPasteApi for ProcessGroupsPasteApiDispatch<'_>
Source§async fn paste(
&self,
body: &PasteRequestEntity,
) -> Result<PasteResponseEntity, NifiError>
async fn paste( &self, body: &PasteRequestEntity, ) -> Result<PasteResponseEntity, NifiError>
Pastes into the specified process group Read more
Auto Trait Implementations§
impl<'a> Freeze for ProcessGroupsPasteApiDispatch<'a>
impl<'a> !RefUnwindSafe for ProcessGroupsPasteApiDispatch<'a>
impl<'a> Send for ProcessGroupsPasteApiDispatch<'a>
impl<'a> Sync for ProcessGroupsPasteApiDispatch<'a>
impl<'a> Unpin for ProcessGroupsPasteApiDispatch<'a>
impl<'a> UnsafeUnpin for ProcessGroupsPasteApiDispatch<'a>
impl<'a> !UnwindSafe for ProcessGroupsPasteApiDispatch<'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