Searched defs:AndroidNotificationPacket (Results 1 – 1 of 1) sorted by relevance
5461 pub struct AndroidNotificationPacket { struct5462 uci_packet: Arc<UciPacketData>,5463 uci_notification: Arc<UciNotificationData>,5464 android_notification: Arc<AndroidNotificationData>,5489 impl Packet for AndroidNotificationPacket { implementation5510 impl TryFrom<UciPacketPacket> for AndroidNotificationPacket { implementation5516 impl AndroidNotificationPacket { impl5546 impl Into<UciPacketPacket> for AndroidNotificationPacket { implementation5551 impl Into<UciNotificationPacket> for AndroidNotificationPacket { implementation5557 pub fn build(self) -> AndroidNotificationPacket { in build()