#[repr(C)]pub struct aws_retry_strategy {
pub allocator: *mut aws_allocator,
pub vtable: *mut aws_retry_strategy_vtable,
pub ref_count: aws_atomic_var,
pub impl_: *mut c_void,
}
Fields
allocator: *mut aws_allocator
vtable: *mut aws_retry_strategy_vtable
ref_count: aws_atomic_var
impl_: *mut c_void
Trait Implementations
sourceimpl Clone for aws_retry_strategy
impl Clone for aws_retry_strategy
sourcefn clone(&self) -> aws_retry_strategy
fn clone(&self) -> aws_retry_strategy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_retry_strategy
impl Debug for aws_retry_strategy
sourceimpl Default for aws_retry_strategy
impl Default for aws_retry_strategy
sourceimpl PartialEq<aws_retry_strategy> for aws_retry_strategy
impl PartialEq<aws_retry_strategy> for aws_retry_strategy
sourcefn eq(&self, other: &aws_retry_strategy) -> bool
fn eq(&self, other: &aws_retry_strategy) -> bool
impl Copy for aws_retry_strategy
impl Eq for aws_retry_strategy
impl StructuralEq for aws_retry_strategy
impl StructuralPartialEq for aws_retry_strategy
Auto Trait Implementations
impl RefUnwindSafe for aws_retry_strategy
impl !Send for aws_retry_strategy
impl !Sync for aws_retry_strategy
impl Unpin for aws_retry_strategy
impl UnwindSafe for aws_retry_strategy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more