pub struct FlowRegistryClientDefinition {Show 22 fields
pub additional_details: Option<bool>,
pub artifact: Option<String>,
pub build_info: Option<BuildInfo>,
pub deprecated: Option<bool>,
pub deprecation_alternatives: Option<Vec<String>>,
pub deprecation_reason: Option<String>,
pub dynamic_properties: Option<Vec<DynamicProperty>>,
pub explicit_restrictions: Option<Vec<Restriction>>,
pub group: Option<String>,
pub property_descriptors: Option<HashMap<String, Option<PropertyDescriptor>>>,
pub provided_api_implementations: Option<Vec<DefinedType>>,
pub restricted: Option<bool>,
pub restricted_explanation: Option<String>,
pub see_also: Option<Vec<String>>,
pub stateful: Option<Stateful>,
pub supports_dynamic_properties: Option<bool>,
pub supports_sensitive_dynamic_properties: Option<bool>,
pub system_resource_considerations: Option<Vec<SystemResourceConsideration>>,
pub tags: Option<Vec<String>>,
pub type: Option<String>,
pub type_description: Option<String>,
pub version: Option<String>,
}Fields§
§additional_details: Option<bool>§artifact: Option<String>§build_info: Option<BuildInfo>§deprecated: Option<bool>§deprecation_alternatives: Option<Vec<String>>§deprecation_reason: Option<String>§dynamic_properties: Option<Vec<DynamicProperty>>§explicit_restrictions: Option<Vec<Restriction>>§group: Option<String>§property_descriptors: Option<HashMap<String, Option<PropertyDescriptor>>>§provided_api_implementations: Option<Vec<DefinedType>>§restricted: Option<bool>§restricted_explanation: Option<String>§see_also: Option<Vec<String>>§stateful: Option<Stateful>§supports_dynamic_properties: Option<bool>§supports_sensitive_dynamic_properties: Option<bool>§system_resource_considerations: Option<Vec<SystemResourceConsideration>>§type: Option<String>§type_description: Option<String>§version: Option<String>Trait Implementations§
Source§impl Clone for FlowRegistryClientDefinition
impl Clone for FlowRegistryClientDefinition
Source§fn clone(&self) -> FlowRegistryClientDefinition
fn clone(&self) -> FlowRegistryClientDefinition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlowRegistryClientDefinition
impl Debug for FlowRegistryClientDefinition
Source§impl Default for FlowRegistryClientDefinition
impl Default for FlowRegistryClientDefinition
Source§fn default() -> FlowRegistryClientDefinition
fn default() -> FlowRegistryClientDefinition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowRegistryClientDefinition
impl<'de> Deserialize<'de> for FlowRegistryClientDefinition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<FlowRegistryClientDefinition> for FlowRegistryClientDefinition
impl From<FlowRegistryClientDefinition> for FlowRegistryClientDefinition
Source§fn from(v: FlowRegistryClientDefinition) -> Self
fn from(v: FlowRegistryClientDefinition) -> Self
Converts to this type from the input type.
Source§impl From<FlowRegistryClientDefinition> for FlowRegistryClientDefinition
impl From<FlowRegistryClientDefinition> for FlowRegistryClientDefinition
Source§fn from(v: FlowRegistryClientDefinition) -> Self
fn from(v: FlowRegistryClientDefinition) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlowRegistryClientDefinition
impl RefUnwindSafe for FlowRegistryClientDefinition
impl Send for FlowRegistryClientDefinition
impl Sync for FlowRegistryClientDefinition
impl Unpin for FlowRegistryClientDefinition
impl UnsafeUnpin for FlowRegistryClientDefinition
impl UnwindSafe for FlowRegistryClientDefinition
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