pub struct ConsumeTagInfo {
pub producer: String,
pub remote_tag: Option<String>,
pub remote_instance: Option<String>,
pub rpi: String,
pub timeout_multiplier: Option<String>,
pub network_delay_multiplier: Option<String>,
pub reaction_time_limit: Option<String>,
pub max_observed_network_delay: Option<String>,
pub unicast: Option<String>,
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
}Expand description
ConsumeTagInfoType element
Fields§
§producer: StringProducer attribute
remote_tag: Option<String>RemoteTag attribute
remote_instance: Option<String>RemoteInstance attribute
rpi: StringRPI attribute
timeout_multiplier: Option<String>TimeoutMultiplier attribute
network_delay_multiplier: Option<String>NetworkDelayMultiplier attribute
reaction_time_limit: Option<String>ReactionTimeLimit attribute
max_observed_network_delay: Option<String>MaxObservedNetworkDelay attribute
unicast: Option<String>Unicast attribute
use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
Trait Implementations§
Source§impl Clone for ConsumeTagInfo
impl Clone for ConsumeTagInfo
Source§fn clone(&self) -> ConsumeTagInfo
fn clone(&self) -> ConsumeTagInfo
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 ConsumeTagInfo
impl Debug for ConsumeTagInfo
Source§impl Default for ConsumeTagInfo
impl Default for ConsumeTagInfo
Source§fn default() -> ConsumeTagInfo
fn default() -> ConsumeTagInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsumeTagInfo
impl<'de> Deserialize<'de> for ConsumeTagInfo
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 ConsumeTagInfo
impl PartialEq for ConsumeTagInfo
Source§impl Serialize for ConsumeTagInfo
impl Serialize for ConsumeTagInfo
impl StructuralPartialEq for ConsumeTagInfo
Auto Trait Implementations§
impl Freeze for ConsumeTagInfo
impl RefUnwindSafe for ConsumeTagInfo
impl Send for ConsumeTagInfo
impl Sync for ConsumeTagInfo
impl Unpin for ConsumeTagInfo
impl UnsafeUnpin for ConsumeTagInfo
impl UnwindSafe for ConsumeTagInfo
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