pub struct TypedRequest<E, R> { /* private fields */ }Auto Trait Implementations§
impl<E, R> !Freeze for TypedRequest<E, R>
impl<E, R> RefUnwindSafe for TypedRequest<E, R>where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<E, R> !Send for TypedRequest<E, R>
impl<E, R> !Sync for TypedRequest<E, R>
impl<E, R> Unpin for TypedRequest<E, R>
impl<E, R> UnwindSafe for TypedRequest<E, R>where
E: RefUnwindSafe,
R: RefUnwindSafe,
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