Struct picoserve::ResponseSent
source · pub struct ResponseSent(/* private fields */);Expand description
A Marker showing that the response has been sent.
Auto Trait Implementations§
impl RefUnwindSafe for ResponseSent
impl Send for ResponseSent
impl Sync for ResponseSent
impl Unpin for ResponseSent
impl UnwindSafe for ResponseSent
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