pub struct RequestEndpoint { /* private fields */ }Expand description
Endpoint that wraps a boxed async handler.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RequestEndpoint
impl !UnwindSafe for RequestEndpoint
impl Freeze for RequestEndpoint
impl Send for RequestEndpoint
impl Sync for RequestEndpoint
impl Unpin for RequestEndpoint
impl UnsafeUnpin for RequestEndpoint
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