Struct reql::Response [] [src]

pub struct Response<T: DeserializeOwned + Send> { /* fields omitted */ }

ReQL Response

Response returned by run()

Trait Implementations

impl<T: DeserializeOwned + Send> Stream for Response<T>
[src]

Values yielded by the stream.

Errors yielded by the stream.

[src]

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning None if the stream is exhausted. Read more

impl<T: Debug + DeserializeOwned + Send> Debug for Response<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Response<T>

impl<T> Sync for Response<T>