Searched defs:CoreResponsePacket (Results 1 – 1 of 1) sorted by relevance
3457 pub struct CoreResponsePacket { struct3458 uci_packet: Arc<UciPacketData>,3459 uci_response: Arc<UciResponseData>,3460 core_response: Arc<CoreResponseData>,3518 impl Packet for CoreResponsePacket { implementation3539 impl TryFrom<UciPacketPacket> for CoreResponsePacket { implementation3545 impl CoreResponsePacket { implementation3595 impl Into<UciPacketPacket> for CoreResponsePacket { implementation3600 impl Into<UciResponsePacket> for CoreResponsePacket { implementation3606 pub fn build(self) -> CoreResponsePacket { in build()[all …]