pub struct PostRouteWithReqAndRes { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PostRouteWithReqAndRes
impl Clone for PostRouteWithReqAndRes
Source§fn clone(&self) -> PostRouteWithReqAndRes
fn clone(&self) -> PostRouteWithReqAndRes
Returns a copy 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 Default for PostRouteWithReqAndRes
impl Default for PostRouteWithReqAndRes
Source§impl Route for PostRouteWithReqAndRes
impl Route for PostRouteWithReqAndRes
Source§impl ToResponse for PostRouteWithReqAndRes
impl ToResponse for PostRouteWithReqAndRes
impl Send for PostRouteWithReqAndRes
impl Sync for PostRouteWithReqAndRes
Auto Trait Implementations§
impl Freeze for PostRouteWithReqAndRes
impl RefUnwindSafe for PostRouteWithReqAndRes
impl Unpin for PostRouteWithReqAndRes
impl UnwindSafe for PostRouteWithReqAndRes
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