[][src]Struct cassandra_cpp::RetryPolicy

pub struct RetryPolicy(_);

The selected retry policy

Methods

impl RetryPolicy
[src]

pub fn default_new() -> Self
[src]

The default retry policy

pub fn downgrading_consistency_new() -> Self
[src]

An auto-CL-downgrading consistency level

pub fn fallthrough_new() -> Self
[src]

a fallthrough retry policy

pub fn logging_new(child_retry_policy: RetryPolicy) -> Self
[src]

The a logging retry policy

Trait Implementations

impl Drop for RetryPolicy
[src]

impl Send for RetryPolicy
[src]

impl Debug for RetryPolicy
[src]

Auto Trait Implementations

impl !Sync for RetryPolicy

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]