Struct cassandra_cpp::RetryPolicy [] [src]

pub struct RetryPolicy(_);

The selected retry policy

Methods

impl RetryPolicy
[src]

[src]

The default retry policy

[src]

An auto-CL-downgrading consistency level

[src]

a fallthrough retry policy

[src]

The a logging retry policy

Trait Implementations

impl Debug for RetryPolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Send for RetryPolicy
[src]

impl Drop for RetryPolicy
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Sync for RetryPolicy