pub struct EmptyReply;Expand description
An empty 200 OK reply — returned by reply!().
Trait Implementations§
Source§impl Reply for EmptyReply
impl Reply for EmptyReply
Source§fn into_response(self) -> Response<Bytes>
fn into_response(self) -> Response<Bytes>
Consumes
self and returns a complete HTTP response.Auto Trait Implementations§
impl Freeze for EmptyReply
impl RefUnwindSafe for EmptyReply
impl Send for EmptyReply
impl Sync for EmptyReply
impl Unpin for EmptyReply
impl UnsafeUnpin for EmptyReply
impl UnwindSafe for EmptyReply
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