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