pub struct ControllerServiceDto {Show 25 fields
pub annotation_data: Option<String>,
pub bulletin_level: Option<String>,
pub bundle: Option<BundleDto>,
pub comments: Option<String>,
pub controller_service_apis: Option<Vec<ControllerServiceApiDto>>,
pub custom_ui_url: Option<String>,
pub deprecated: Option<bool>,
pub descriptors: Option<HashMap<String, Option<PropertyDescriptorDto>>>,
pub extension_missing: Option<bool>,
pub id: Option<String>,
pub multiple_versions_available: Option<bool>,
pub name: Option<String>,
pub parent_group_id: Option<String>,
pub persists_state: Option<bool>,
pub position: Option<PositionDto>,
pub properties: Option<HashMap<String, Option<String>>>,
pub referencing_components: Option<Vec<ControllerServiceReferencingComponentEntity>>,
pub restricted: Option<bool>,
pub sensitive_dynamic_property_names: Option<Vec<String>>,
pub state: Option<String>,
pub supports_sensitive_dynamic_properties: Option<bool>,
pub type: Option<String>,
pub validation_errors: Option<Vec<String>>,
pub validation_status: Option<String>,
pub versioned_component_id: Option<String>,
}Fields§
§annotation_data: Option<String>§bulletin_level: Option<String>§bundle: Option<BundleDto>§comments: Option<String>§controller_service_apis: Option<Vec<ControllerServiceApiDto>>§custom_ui_url: Option<String>§deprecated: Option<bool>§descriptors: Option<HashMap<String, Option<PropertyDescriptorDto>>>§extension_missing: Option<bool>§id: Option<String>§multiple_versions_available: Option<bool>§name: Option<String>§parent_group_id: Option<String>§persists_state: Option<bool>§position: Option<PositionDto>§properties: Option<HashMap<String, Option<String>>>§referencing_components: Option<Vec<ControllerServiceReferencingComponentEntity>>§restricted: Option<bool>§sensitive_dynamic_property_names: Option<Vec<String>>§state: Option<String>§supports_sensitive_dynamic_properties: Option<bool>§type: Option<String>§validation_errors: Option<Vec<String>>§validation_status: Option<String>§versioned_component_id: Option<String>Trait Implementations§
Source§impl Clone for ControllerServiceDto
impl Clone for ControllerServiceDto
Source§fn clone(&self) -> ControllerServiceDto
fn clone(&self) -> ControllerServiceDto
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 ControllerServiceDto
impl Debug for ControllerServiceDto
Source§impl Default for ControllerServiceDto
impl Default for ControllerServiceDto
Source§fn default() -> ControllerServiceDto
fn default() -> ControllerServiceDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerServiceDto
impl<'de> Deserialize<'de> for ControllerServiceDto
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<ControllerServiceDto> for ControllerServiceDto
impl From<ControllerServiceDto> for ControllerServiceDto
Source§fn from(v: ControllerServiceDto) -> Self
fn from(v: ControllerServiceDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceDto> for ControllerServiceDto
impl From<ControllerServiceDto> for ControllerServiceDto
Source§fn from(v: ControllerServiceDto) -> Self
fn from(v: ControllerServiceDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceDto> for ControllerServiceDto
impl From<ControllerServiceDto> for ControllerServiceDto
Source§fn from(v: ControllerServiceDto) -> Self
fn from(v: ControllerServiceDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerServiceDto
impl RefUnwindSafe for ControllerServiceDto
impl Send for ControllerServiceDto
impl Sync for ControllerServiceDto
impl Unpin for ControllerServiceDto
impl UnsafeUnpin for ControllerServiceDto
impl UnwindSafe for ControllerServiceDto
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