pub struct ChainIter { /* private fields */ }Expand description
A pseudo iterator used to know which middleware should be called next. This is created by the Chain type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChainIter
impl !RefUnwindSafe for ChainIter
impl Send for ChainIter
impl Sync for ChainIter
impl Unpin for ChainIter
impl UnsafeUnpin for ChainIter
impl !UnwindSafe for ChainIter
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