Lines Matching defs:SessionNotificationPacket
4356 pub struct SessionNotificationPacket { struct
4357 uci_packet: Arc<UciPacketData>,
4358 uci_notification: Arc<UciNotificationData>,
4359 session_notification: Arc<SessionNotificationData>,
4405 impl Packet for SessionNotificationPacket { implementation
4426 impl TryFrom<UciPacketPacket> for SessionNotificationPacket { implementation
4432 impl SessionNotificationPacket { impl
4478 impl Into<UciPacketPacket> for SessionNotificationPacket { implementation
4483 impl Into<UciNotificationPacket> for SessionNotificationPacket { implementation
4489 pub fn build(self) -> SessionNotificationPacket { in build()
8869 fn into(self) -> SessionNotificationPacket { in into()
8907 fn into(self) -> SessionNotificationPacket { in into()
11179 fn into(self) -> SessionNotificationPacket { in into()
11220 fn into(self) -> SessionNotificationPacket { in into()