pub struct Hyper;Expand description
Hyper-based Server implementation.
Trait Implementations§
Source§impl Server for Hyper
impl Server for Hyper
impl Copy for Hyper
Auto Trait Implementations§
impl Freeze for Hyper
impl RefUnwindSafe for Hyper
impl Send for Hyper
impl Sync for Hyper
impl Unpin for Hyper
impl UnwindSafe for Hyper
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