pub struct WriteTimeoutError {
    pub cl: Consistency,
    pub received: CInt,
    pub blockfor: CInt,
    pub write_type: WriteType,
}
Expand description

Timeout exception during a write request.

Fields§

§cl: Consistency

Consistency level of query.

§received: CInt

i32 representing the number of nodes having acknowledged the request.

§blockfor: CInt

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

§write_type: WriteType

Describes the type of the write that timed out

Trait Implementations§

Formats the value using the given formatter. Read more
It should return an implementor from an io::Cursor over an array of bytes.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.