pub struct Http;
Available on crate feature
protocol-http
only.Trait Implementations§
Source§impl IntoEndpoint<Http> for &String
impl IntoEndpoint<Http> for &String
Source§impl IntoEndpoint<Http> for &str
impl IntoEndpoint<Http> for &str
Source§impl IntoEndpoint<Http> for (SocketAddr, Config)
impl IntoEndpoint<Http> for (SocketAddr, Config)
Source§impl IntoEndpoint<Http> for SocketAddr
impl IntoEndpoint<Http> for SocketAddr
Auto Trait Implementations§
impl Freeze for Http
impl RefUnwindSafe for Http
impl Send for Http
impl Sync for Http
impl Unpin for Http
impl UnwindSafe for Http
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more