Skip to content

Commit 6b13eff

Browse files
authored
Merge pull request #311 from nbuffon/path_element
rust: add mobile_id in Exchange::PathElement Signed-off by: Nicolas Buffon <nicolas.buffon@orange.com>
2 parents b379aba + e242167 commit 6b13eff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/src/exchange.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pub struct Exchange {
4040
#[serde_with::skip_serializing_none]
4141
#[derive(Debug, Clone, Hash, PartialEq, Eq, Serialize, Deserialize)]
4242
pub struct PathElement {
43+
pub mobile_id: u32,
4344
pub position: Position,
4445
pub message_type: String,
4546
}

0 commit comments

Comments
 (0)