#[repr(C)]pub struct aws_http_server { /* private fields */ }
Expand description
A listening socket which accepts incoming HTTP connections, creating a server-side aws_http_connection to handle each one.
Trait Implementations
sourceimpl Clone for aws_http_server
impl Clone for aws_http_server
sourcefn clone(&self) -> aws_http_server
fn clone(&self) -> aws_http_server
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_server
impl Debug for aws_http_server
impl Copy for aws_http_server
Auto Trait Implementations
impl RefUnwindSafe for aws_http_server
impl Send for aws_http_server
impl Sync for aws_http_server
impl Unpin for aws_http_server
impl UnwindSafe for aws_http_server
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