Skip to content

Commit

Permalink
Add Clone to SessionManager (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Mar 18, 2024
1 parent f7b05df commit b4d0019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ pub struct SessionManagerInit {
device_engagement: Tag24<DeviceEngagement>,
}

#[derive(Serialize, Deserialize)]
#[derive(Clone, Serialize, Deserialize)]
pub struct SessionManagerEngaged {
documents: Documents,
e_device_key: Vec<u8>,
device_engagement: Tag24<DeviceEngagement>,
handover: Handover,
}

#[derive(Serialize, Deserialize)]
#[derive(Clone, Serialize, Deserialize)]
pub struct SessionManager {
documents: Documents,
session_transcript: SessionTranscript180135,
Expand Down

0 comments on commit b4d0019

Please sign in to comment.