#[repr(C)]pub struct aws_http_connection { /* private fields */ }
Expand description
An HTTP connection. This type is used by both server-side and client-side connections. This type is also used by all supported versions of HTTP.
Trait Implementations
sourceimpl Clone for aws_http_connection
impl Clone for aws_http_connection
sourcefn clone(&self) -> aws_http_connection
fn clone(&self) -> aws_http_connection
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_http_connection
impl Debug for aws_http_connection
impl Copy for aws_http_connection
Auto Trait Implementations
impl RefUnwindSafe for aws_http_connection
impl Send for aws_http_connection
impl Sync for aws_http_connection
impl Unpin for aws_http_connection
impl UnwindSafe for aws_http_connection
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