pub struct State<S>(pub S);Tuple Fields§
§0: STrait Implementations§
source§impl<S> FromContext<S> for State<S>
impl<S> FromContext<S> for State<S>
type Rejection = Infallible
async fn from_context( _context: &HttpContext, state: &S ) -> Result<Self, Self::Rejection>
impl<S: Copy> Copy for State<S>
Auto Trait Implementations§
impl<S> RefUnwindSafe for State<S>where
S: RefUnwindSafe,
impl<S> Send for State<S>where
S: Send,
impl<S> Sync for State<S>where
S: Sync,
impl<S> Unpin for State<S>where
S: Unpin,
impl<S> UnwindSafe for State<S>where
S: UnwindSafe,
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