pub struct Params { /* private fields */ }Implementations§
Trait Implementations§
source§impl<S: Sync> FromContext<S> for Params
impl<S: Sync> FromContext<S> for Params
type Rejection = Infallible
async fn from_context( cx: &mut HttpContext, _state: &S ) -> Result<Params, Self::Rejection>
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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