#[repr(C)]pub struct aws_client_bootstrap { /* private fields */ }
Trait Implementations
sourceimpl Clone for aws_client_bootstrap
impl Clone for aws_client_bootstrap
sourcefn clone(&self) -> aws_client_bootstrap
fn clone(&self) -> aws_client_bootstrap
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_client_bootstrap
impl Debug for aws_client_bootstrap
impl Copy for aws_client_bootstrap
Auto Trait Implementations
impl RefUnwindSafe for aws_client_bootstrap
impl Send for aws_client_bootstrap
impl Sync for aws_client_bootstrap
impl Unpin for aws_client_bootstrap
impl UnwindSafe for aws_client_bootstrap
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