pub struct RequestScoped;Expand description
One instance per request/task (reserved for future use).
Auto Trait Implementations§
impl Freeze for RequestScoped
impl RefUnwindSafe for RequestScoped
impl Send for RequestScoped
impl Sync for RequestScoped
impl Unpin for RequestScoped
impl UnsafeUnpin for RequestScoped
impl UnwindSafe for RequestScoped
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