pub struct BridgeSessionEvent {
pub session_id: String,
}Expand description
bridge-session event — cloud sync correlation, not conversational content.
Fields§
§session_id: StringSession ID
Trait Implementations§
Source§impl Clone for BridgeSessionEvent
impl Clone for BridgeSessionEvent
Source§impl Debug for BridgeSessionEvent
impl Debug for BridgeSessionEvent
Source§impl<'de> Deserialize<'de> for BridgeSessionEvent
impl<'de> Deserialize<'de> for BridgeSessionEvent
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 BridgeSessionEvent
impl RefUnwindSafe for BridgeSessionEvent
impl Send for BridgeSessionEvent
impl Sync for BridgeSessionEvent
impl Unpin for BridgeSessionEvent
impl UnsafeUnpin for BridgeSessionEvent
impl UnwindSafe for BridgeSessionEvent
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