pub struct OkResponse;Expand description
Ok response marker.
Trait Implementations§
Source§impl Clone for OkResponse
impl Clone for OkResponse
Source§fn clone(&self) -> OkResponse
fn clone(&self) -> OkResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OkResponse
impl Debug for OkResponse
Source§impl IntoResponse for OkResponse
impl IntoResponse for OkResponse
fn into_response(self) -> Response
impl Copy for OkResponse
Auto Trait Implementations§
impl Freeze for OkResponse
impl RefUnwindSafe for OkResponse
impl Send for OkResponse
impl Sync for OkResponse
impl Unpin for OkResponse
impl UnwindSafe for OkResponse
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