Struct cdrs::frame::frame_error::ReadTimeoutError [] [src]

pub struct ReadTimeoutError {
    pub cl: Consistency,
    pub received: CInt,
    pub blockfor: CInt,
    // some fields omitted
}

Timeout exception during a read request.

Fields

Consistency level of query.

i32 representing the number of nodes having acknowledged the request.

i32 representing the number of replicas whose acknowledgement is required to achieve cl.

Methods

impl ReadTimeoutError
[src]

Shows if replica has resonded to a query.

Trait Implementations

impl Debug for ReadTimeoutError
[src]

Formats the value using the given formatter.

impl FromCursor for ReadTimeoutError
[src]

It should return an implementor from an io::Cursor over an array of bytes.