pub struct ControllerDescriptorsApiDispatch<'a> { /* private fields */ }Expand description
Sub-resource dispatch struct for ControllerDescriptorsApi.
Trait Implementations§
Source§impl ControllerDescriptorsApi for ControllerDescriptorsApiDispatch<'_>
impl ControllerDescriptorsApi for ControllerDescriptorsApiDispatch<'_>
Source§async fn get_flow_analysis_rule_property_descriptor(
&self,
property_name: &str,
sensitive: Option<bool>,
) -> Result<PropertyDescriptorDto, NifiError>
async fn get_flow_analysis_rule_property_descriptor( &self, property_name: &str, sensitive: Option<bool>, ) -> Result<PropertyDescriptorDto, NifiError>
Gets a flow analysis rule property descriptor Read more
Source§async fn get_property_descriptor(
&self,
property_name: &str,
sensitive: Option<bool>,
) -> Result<PropertyDescriptorDto, NifiError>
async fn get_property_descriptor( &self, property_name: &str, sensitive: Option<bool>, ) -> Result<PropertyDescriptorDto, NifiError>
Gets a flow registry client property descriptor Read more
Auto Trait Implementations§
impl<'a> Freeze for ControllerDescriptorsApiDispatch<'a>
impl<'a> !RefUnwindSafe for ControllerDescriptorsApiDispatch<'a>
impl<'a> Send for ControllerDescriptorsApiDispatch<'a>
impl<'a> Sync for ControllerDescriptorsApiDispatch<'a>
impl<'a> Unpin for ControllerDescriptorsApiDispatch<'a>
impl<'a> UnsafeUnpin for ControllerDescriptorsApiDispatch<'a>
impl<'a> !UnwindSafe for ControllerDescriptorsApiDispatch<'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