Struct openc2::Response [] [src]

pub struct Response { /* fields omitted */ }

A message sent from an entity as the result of a command. Response messages provide acknowledgement, status, results from a query or other information as requested from the issuer of the command.

Response messages are solicited and correspond to a command. The recipient of the OpenC2 Response is typically the entity that issued the command.

Trait Implementations

impl Debug for Response
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response