Struct cassandra_cpp::RetryPolicy [] [src]

pub struct RetryPolicy(_);

The selected retry policy

Methods

impl RetryPolicy
[src]

The default retry policy

An auto-CL-downgrading consistency level

a fallthrough retry policy

The a logging retry policy

Trait Implementations

impl Debug for RetryPolicy
[src]

Formats the value using the given formatter.

impl Drop for RetryPolicy
[src]

A method called when the value goes out of scope. Read more