pub struct Touched;Expand description
Touched response marker.
Trait Implementations§
Source§impl IntoResponse for Touched
impl IntoResponse for Touched
fn into_response(self) -> Response
impl Copy for Touched
Auto Trait Implementations§
impl Freeze for Touched
impl RefUnwindSafe for Touched
impl Send for Touched
impl Sync for Touched
impl Unpin for Touched
impl UnwindSafe for Touched
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