#[repr(C)]pub struct aws_retry_token {
pub allocator: *mut aws_allocator,
pub retry_strategy: *mut aws_retry_strategy,
pub ref_count: aws_atomic_var,
pub impl_: *mut c_void,
}
Fields
allocator: *mut aws_allocator
retry_strategy: *mut aws_retry_strategy
ref_count: aws_atomic_var
impl_: *mut c_void
Trait Implementations
sourceimpl Clone for aws_retry_token
impl Clone for aws_retry_token
sourcefn clone(&self) -> aws_retry_token
fn clone(&self) -> aws_retry_token
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_token
impl Debug for aws_retry_token
sourceimpl Default for aws_retry_token
impl Default for aws_retry_token
sourceimpl PartialEq<aws_retry_token> for aws_retry_token
impl PartialEq<aws_retry_token> for aws_retry_token
sourcefn eq(&self, other: &aws_retry_token) -> bool
fn eq(&self, other: &aws_retry_token) -> bool
impl Copy for aws_retry_token
impl Eq for aws_retry_token
impl StructuralEq for aws_retry_token
impl StructuralPartialEq for aws_retry_token
Auto Trait Implementations
impl RefUnwindSafe for aws_retry_token
impl !Send for aws_retry_token
impl !Sync for aws_retry_token
impl Unpin for aws_retry_token
impl UnwindSafe for aws_retry_token
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