pub struct Response {
pub cqc_hdr: CqcHdr,
pub notify: RspInfo,
}Expand description
§Response
If the notify flag is set on a request, the CQC Backend will return a response. It begins with a CQC Header followed by either a Notify Header or an Entanglement Information Header.
Fields§
§cqc_hdr: CqcHdr§notify: RspInfoImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Response
impl<'de> Deserialize<'de> for Response
Source§fn deserialize<D>(deserializer: D) -> Result<Response, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Response, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Response
Auto Trait Implementations§
impl Freeze for Response
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnsafeUnpin for Response
impl UnwindSafe for Response
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