Struct xitca_web::middleware::sync::Next
source · pub struct Next<E> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<E> !RefUnwindSafe for Next<E>
impl<E> Send for Next<E>where
E: Send,
impl<E> !Sync for Next<E>
impl<E> Unpin for Next<E>
impl<E> !UnwindSafe for Next<E>
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