pub struct ParticipantChangeRouting {
pub application_id: ApplicationId,
pub line_instance: u32,
pub transaction_id: TransactionId,
pub sequence_flag: u32,
pub display_priority: u32,
pub application_instance_id: ApplicationId,
pub routing: u32,
}Expand description
Routing metadata for a participant change carried by the V1 application envelope rather than a standalone station message identifier.
Fields§
§application_id: ApplicationId§line_instance: u32§transaction_id: TransactionId§sequence_flag: u32§display_priority: u32§application_instance_id: ApplicationId§routing: u32Trait Implementations§
Source§impl Clone for ParticipantChangeRouting
impl Clone for ParticipantChangeRouting
Source§fn clone(&self) -> ParticipantChangeRouting
fn clone(&self) -> ParticipantChangeRouting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticipantChangeRouting
Source§impl Debug for ParticipantChangeRouting
impl Debug for ParticipantChangeRouting
impl Eq for ParticipantChangeRouting
Source§impl PartialEq for ParticipantChangeRouting
impl PartialEq for ParticipantChangeRouting
impl StructuralPartialEq for ParticipantChangeRouting
Auto Trait Implementations§
impl Freeze for ParticipantChangeRouting
impl RefUnwindSafe for ParticipantChangeRouting
impl Send for ParticipantChangeRouting
impl Sync for ParticipantChangeRouting
impl Unpin for ParticipantChangeRouting
impl UnsafeUnpin for ParticipantChangeRouting
impl UnwindSafe for ParticipantChangeRouting
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