[][src]Struct cassandra_cpp::RetryPolicy

pub struct RetryPolicy(_);

The selected retry policy

Implementations

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 Debug for RetryPolicy[src]

impl Drop for RetryPolicy[src]

impl Send for RetryPolicy[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.