pub struct DataTag {
pub name: String,
pub value: String,
}Expand description
Ein Tag = Name + Value-Paar (vergleichbar mit crate::Property,
aber auf Application-Data-Level, nicht auf Participant-Config-Level).
Fields§
§name: StringTag-Name.
value: StringTag-Value.
Trait Implementations§
impl Eq for DataTag
impl StructuralPartialEq for DataTag
Auto Trait Implementations§
impl Freeze for DataTag
impl RefUnwindSafe for DataTag
impl Send for DataTag
impl Sync for DataTag
impl Unpin for DataTag
impl UnsafeUnpin for DataTag
impl UnwindSafe for DataTag
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