Struct cqc::Response[][src]

pub struct Response {
    pub cqc_hdr: CqcHdr,
    pub notify: RspInfo,
}

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

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Response
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for Response
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response