Struct cassandra_cpp::RetryPolicy [−][src]
pub struct RetryPolicy(_);
Expand description
The selected retry policy
Implementations
impl RetryPolicy
[src]
impl RetryPolicy
[src]pub fn default_new() -> Self
[src]
pub fn default_new() -> Self
[src]The default retry policy
pub fn downgrading_consistency_new() -> Self
[src]
pub fn downgrading_consistency_new() -> Self
[src]An auto-CL-downgrading consistency level
pub fn fallthrough_new() -> Self
[src]
pub fn fallthrough_new() -> Self
[src]a fallthrough retry policy
pub fn logging_new(child_retry_policy: RetryPolicy) -> Self
[src]
pub fn logging_new(child_retry_policy: RetryPolicy) -> Self
[src]The a logging retry policy
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RetryPolicy
impl !Sync for RetryPolicy
impl Unpin for RetryPolicy
impl UnwindSafe for RetryPolicy
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,