Skip to main content

AProgram

Struct AProgram 

Source
pub struct AProgram {
Show 47 fields pub name: String, pub uid: Option<String>, pub parent_uid: Option<String>, pub type: Option<String>, pub test_edits: Option<String>, pub main_routine_name: Option<String>, pub pre_state_routine_name: Option<String>, pub fault_routine_name: Option<String>, pub executing_task_name: Option<String>, pub verified: Option<String>, pub edits_exist: Option<String>, pub disabled: Option<String>, pub initial_step_index: Option<String>, pub initial_state: Option<String>, pub complete_state_if_not_impl: Option<String>, pub loss_of_comm_cmd: Option<String>, pub external_request_action: Option<String>, pub equipment_id: Option<String>, pub recipe_phase_names: Option<String>, pub last_scan_time: Option<String>, pub max_scan_time: Option<String>, pub tags_uid: Option<String>, pub routines_uid: Option<String>, pub class: Option<String>, pub synchronize_redundancy_data_after_execution: Option<String>, pub use_as_folder: Option<String>, pub auto_value_assign_step_to_phase: Option<String>, pub auto_value_assign_phase_to_step_on_complete: Option<String>, pub auto_value_assign_phase_to_step_on_stopped: Option<String>, pub auto_value_assign_phase_to_step_on_aborted: Option<String>, pub revision: Option<String>, pub revision_extension: Option<String>, pub unit_id: Option<String>, pub retain_sequence_idon_reset: Option<String>, pub generate_sequence_events: Option<String>, pub values_to_use_on_start: Option<String>, pub values_to_use_on_reset: Option<String>, pub use: Option<String>, pub custom_properties: Option<CustomPropertiesCollection>, pub description: Option<Description>, pub revision_note: Option<RevisionNote>, pub tags: Option<TagCollection>, pub parameters: Option<UDIParameterCollection>, pub local_tags: Option<UDILocalTagCollection>, pub routines: Option<RoutineCollection>, pub child_programs: Option<ChildProgramCollection>, pub text: Option<String>,
}
Expand description

AProgramType element

Note: Mixed content type

Fields§

§name: String

Name attribute

§uid: Option<String>

UId attribute

§parent_uid: Option<String>

ParentUId attribute

§type: Option<String>

Type attribute

§test_edits: Option<String>

TestEdits attribute

§main_routine_name: Option<String>

MainRoutineName attribute

§pre_state_routine_name: Option<String>

PreStateRoutineName attribute

§fault_routine_name: Option<String>

FaultRoutineName attribute

§executing_task_name: Option<String>

ExecutingTaskName attribute

§verified: Option<String>

Verified attribute

§edits_exist: Option<String>

EditsExist attribute

§disabled: Option<String>

Disabled attribute

§initial_step_index: Option<String>

InitialStepIndex attribute

§initial_state: Option<String>

InitialState attribute

§complete_state_if_not_impl: Option<String>

CompleteStateIfNotImpl attribute

§loss_of_comm_cmd: Option<String>

LossOfCommCmd attribute

§external_request_action: Option<String>

ExternalRequestAction attribute

§equipment_id: Option<String>

EquipmentId attribute

§recipe_phase_names: Option<String>

RecipePhaseNames attribute

§last_scan_time: Option<String>

LastScanTime attribute

§max_scan_time: Option<String>

MaxScanTime attribute

§tags_uid: Option<String>

TagsUId attribute

§routines_uid: Option<String>

RoutinesUId attribute

§class: Option<String>

Class attribute

§synchronize_redundancy_data_after_execution: Option<String>

SynchronizeRedundancyDataAfterExecution attribute

§use_as_folder: Option<String>

UseAsFolder attribute

§auto_value_assign_step_to_phase: Option<String>

AutoValueAssignStepToPhase attribute

§auto_value_assign_phase_to_step_on_complete: Option<String>

AutoValueAssignPhaseToStepOnComplete attribute

§auto_value_assign_phase_to_step_on_stopped: Option<String>

AutoValueAssignPhaseToStepOnStopped attribute

§auto_value_assign_phase_to_step_on_aborted: Option<String>

AutoValueAssignPhaseToStepOnAborted attribute

§revision: Option<String>

Revision attribute

§revision_extension: Option<String>

RevisionExtension attribute

§unit_id: Option<String>

UnitID attribute

§retain_sequence_idon_reset: Option<String>

RetainSequenceIDOnReset attribute

§generate_sequence_events: Option<String>

GenerateSequenceEvents attribute

§values_to_use_on_start: Option<String>

ValuesToUseOnStart attribute

§values_to_use_on_reset: Option<String>

ValuesToUseOnReset attribute

§use: Option<String>

Use attribute

§custom_properties: Option<CustomPropertiesCollection>

CustomProperties element

§description: Option<Description>

Description element

§revision_note: Option<RevisionNote>

RevisionNote element

§tags: Option<TagCollection>

Tags element

§parameters: Option<UDIParameterCollection>

Parameters element

§local_tags: Option<UDILocalTagCollection>

LocalTags element

§routines: Option<RoutineCollection>

Routines element

§child_programs: Option<ChildProgramCollection>

ChildPrograms element

§text: Option<String>

Text content

Trait Implementations§

Source§

impl Clone for AProgram

Source§

fn clone(&self) -> AProgram

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AProgram

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for AProgram

Source§

fn default() -> AProgram

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for AProgram

Source§

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 PartialEq for AProgram

Source§

fn eq(&self, other: &AProgram) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for AProgram

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for AProgram

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,