pub struct TrackingProperties { /* private fields */ }
Expand description
Message tracking properties.
Apart from LongTermTimingProperties and OutgoingShortTermTimingProperties there are also tracking properties. They get assigned by the broker but since the decision on whether to continue the chain by the next message either start a new chain is up to the agent, tracking properties needs to be proxied in the former case.
Proxying is performed by to_response and the like methods.
Trait Implementations§
Source§impl Clone for TrackingProperties
impl Clone for TrackingProperties
Source§fn clone(&self) -> TrackingProperties
fn clone(&self) -> TrackingProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TrackingProperties
impl Debug for TrackingProperties
Source§impl<'de> Deserialize<'de> for TrackingProperties
impl<'de> Deserialize<'de> for TrackingProperties
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
Auto Trait Implementations§
impl Freeze for TrackingProperties
impl RefUnwindSafe for TrackingProperties
impl Send for TrackingProperties
impl Sync for TrackingProperties
impl Unpin for TrackingProperties
impl UnwindSafe for TrackingProperties
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