pub struct ProduceTagInfo {
pub produce_count: Option<String>,
pub plcmapping_file: Option<String>,
pub plc2_mapping: Option<String>,
pub programmatically_send_event_trigger: Option<String>,
pub unicast_permitted: Option<String>,
pub minimum_rpi: Option<String>,
pub maximum_rpi: Option<String>,
pub default_rpi: Option<String>,
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
}Expand description
ProduceTagInfoType element
Fields§
§produce_count: Option<String>ProduceCount attribute
plcmapping_file: Option<String>PLCMappingFile attribute
plc2_mapping: Option<String>PLC2Mapping attribute
programmatically_send_event_trigger: Option<String>ProgrammaticallySendEventTrigger attribute
unicast_permitted: Option<String>UnicastPermitted attribute
minimum_rpi: Option<String>MinimumRPI attribute
maximum_rpi: Option<String>MaximumRPI attribute
default_rpi: Option<String>DefaultRPI attribute
use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
Trait Implementations§
Source§impl Clone for ProduceTagInfo
impl Clone for ProduceTagInfo
Source§fn clone(&self) -> ProduceTagInfo
fn clone(&self) -> ProduceTagInfo
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 ProduceTagInfo
impl Debug for ProduceTagInfo
Source§impl Default for ProduceTagInfo
impl Default for ProduceTagInfo
Source§fn default() -> ProduceTagInfo
fn default() -> ProduceTagInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProduceTagInfo
impl<'de> Deserialize<'de> for ProduceTagInfo
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 PartialEq for ProduceTagInfo
impl PartialEq for ProduceTagInfo
Source§impl Serialize for ProduceTagInfo
impl Serialize for ProduceTagInfo
impl StructuralPartialEq for ProduceTagInfo
Auto Trait Implementations§
impl Freeze for ProduceTagInfo
impl RefUnwindSafe for ProduceTagInfo
impl Send for ProduceTagInfo
impl Sync for ProduceTagInfo
impl Unpin for ProduceTagInfo
impl UnsafeUnpin for ProduceTagInfo
impl UnwindSafe for ProduceTagInfo
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