pub struct ControllerServiceDefinition {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 ControllerServiceDefinition
impl Clone for ControllerServiceDefinition
Source§fn clone(&self) -> ControllerServiceDefinition
fn clone(&self) -> ControllerServiceDefinition
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 ControllerServiceDefinition
impl Debug for ControllerServiceDefinition
Source§impl Default for ControllerServiceDefinition
impl Default for ControllerServiceDefinition
Source§fn default() -> ControllerServiceDefinition
fn default() -> ControllerServiceDefinition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerServiceDefinition
impl<'de> Deserialize<'de> for ControllerServiceDefinition
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<ControllerServiceDefinition> for ControllerServiceDefinition
impl From<ControllerServiceDefinition> for ControllerServiceDefinition
Source§fn from(v: ControllerServiceDefinition) -> Self
fn from(v: ControllerServiceDefinition) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceDefinition> for ControllerServiceDefinition
impl From<ControllerServiceDefinition> for ControllerServiceDefinition
Source§fn from(v: ControllerServiceDefinition) -> Self
fn from(v: ControllerServiceDefinition) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceDefinition> for ControllerServiceDefinition
impl From<ControllerServiceDefinition> for ControllerServiceDefinition
Source§fn from(v: ControllerServiceDefinition) -> Self
fn from(v: ControllerServiceDefinition) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerServiceDefinition
impl RefUnwindSafe for ControllerServiceDefinition
impl Send for ControllerServiceDefinition
impl Sync for ControllerServiceDefinition
impl Unpin for ControllerServiceDefinition
impl UnsafeUnpin for ControllerServiceDefinition
impl UnwindSafe for ControllerServiceDefinition
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