pub struct RemoteProcessGroupsStateApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for RemoteProcessGroupsStateApi.
Trait Implementations§
Source§impl RemoteProcessGroupsStateApi for RemoteProcessGroupsStateApiDispatch<'_>
impl RemoteProcessGroupsStateApi for RemoteProcessGroupsStateApiDispatch<'_>
Source§async fn get_state_3(&self) -> Result<ComponentStateDto, NifiError>
async fn get_state_3(&self) -> Result<ComponentStateDto, NifiError>
Gets the state for a RemoteProcessGroup Read more
Auto Trait Implementations§
impl<'a> Freeze for RemoteProcessGroupsStateApiDispatch<'a>
impl<'a> !RefUnwindSafe for RemoteProcessGroupsStateApiDispatch<'a>
impl<'a> Send for RemoteProcessGroupsStateApiDispatch<'a>
impl<'a> Sync for RemoteProcessGroupsStateApiDispatch<'a>
impl<'a> Unpin for RemoteProcessGroupsStateApiDispatch<'a>
impl<'a> UnsafeUnpin for RemoteProcessGroupsStateApiDispatch<'a>
impl<'a> !UnwindSafe for RemoteProcessGroupsStateApiDispatch<'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