pub struct ProcessGroupsLabelsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ProcessGroupsLabelsApi.
Trait Implementations§
Source§impl ProcessGroupsLabelsApi for ProcessGroupsLabelsApiDispatch<'_>
impl ProcessGroupsLabelsApi for ProcessGroupsLabelsApiDispatch<'_>
Source§async fn create_label(
&self,
body: &LabelEntity,
) -> Result<LabelEntity, NifiError>
async fn create_label( &self, body: &LabelEntity, ) -> Result<LabelEntity, NifiError>
Creates a label Read more
Source§async fn get_labels(&self) -> Result<LabelsEntity, NifiError>
async fn get_labels(&self) -> Result<LabelsEntity, NifiError>
Gets all labels Read more
Auto Trait Implementations§
impl<'a> Freeze for ProcessGroupsLabelsApiDispatch<'a>
impl<'a> !RefUnwindSafe for ProcessGroupsLabelsApiDispatch<'a>
impl<'a> Send for ProcessGroupsLabelsApiDispatch<'a>
impl<'a> Sync for ProcessGroupsLabelsApiDispatch<'a>
impl<'a> Unpin for ProcessGroupsLabelsApiDispatch<'a>
impl<'a> UnsafeUnpin for ProcessGroupsLabelsApiDispatch<'a>
impl<'a> !UnwindSafe for ProcessGroupsLabelsApiDispatch<'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