pub struct Take<G, W> { /* private fields */ }
Expand description
A walker that yields the first n steps of this walk.
Implementations
Trait Implementations
Auto Trait Implementations
impl<G, W> RefUnwindSafe for Take<G, W> where
G: RefUnwindSafe,
W: RefUnwindSafe,
impl<G, W> Send for Take<G, W> where
G: Send,
W: Send,
impl<G, W> Sync for Take<G, W> where
G: Sync,
W: Sync,
impl<G, W> Unpin for Take<G, W> where
G: Unpin,
W: Unpin,
impl<G, W> UnwindSafe for Take<G, W> where
G: UnwindSafe,
W: 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