pub struct HyperHttpTransport { /* private fields */ }Expand description
A Transport that serves stateful functions on a http endpoint at
the given bind_address.
Implementations§
Source§impl HyperHttpTransport
impl HyperHttpTransport
Sourcepub fn new(bind_address: SocketAddr) -> HyperHttpTransport
pub fn new(bind_address: SocketAddr) -> HyperHttpTransport
Creates a new HyperHttpTransport that can serve stateful functions at the given
bind_address.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HyperHttpTransport
impl RefUnwindSafe for HyperHttpTransport
impl Send for HyperHttpTransport
impl Sync for HyperHttpTransport
impl Unpin for HyperHttpTransport
impl UnsafeUnpin for HyperHttpTransport
impl UnwindSafe for HyperHttpTransport
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