pub struct NoContent;Expand description
Trait Implementations§
Source§impl IntoResponse for NoContent
impl IntoResponse for NoContent
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Convert self into a Response
Source§impl ResponseModifier for NoContent
impl ResponseModifier for NoContent
Source§fn update_response(op: &mut Operation)
fn update_response(op: &mut Operation)
Update the operation with response information
impl Copy for NoContent
Auto Trait Implementations§
impl Freeze for NoContent
impl RefUnwindSafe for NoContent
impl Send for NoContent
impl Sync for NoContent
impl Unpin for NoContent
impl UnwindSafe for NoContent
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