pub struct Chain<G, A, B> { /* private fields */ }
Expand description
Walks the entirety of a
before walking the entirety of b
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<G, A, B> RefUnwindSafe for Chain<G, A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe,
G: RefUnwindSafe,
impl<G, A, B> Send for Chain<G, A, B> where
A: Send,
B: Send,
G: Send,
impl<G, A, B> Sync for Chain<G, A, B> where
A: Sync,
B: Sync,
G: Sync,
impl<G, A, B> Unpin for Chain<G, A, B> where
A: Unpin,
B: Unpin,
G: Unpin,
impl<G, A, B> UnwindSafe for Chain<G, A, B> where
A: UnwindSafe,
B: UnwindSafe,
G: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more