pub struct DFS<'a, I, C: Index<I, Output: Sized> + IndexMut<I>, O: Op<C>, V: FnOnce(&C) -> bool, W: FnOnce(&C) -> X, X: IntoIterator<Item = O>>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, I, C, O, V, W, X> Freeze for DFS<'a, I, C, O, V, W, X>
impl<'a, I, C, O, V, W, X> RefUnwindSafe for DFS<'a, I, C, O, V, W, X>where
<C as Index<I>>::Output: Sized,
V: RefUnwindSafe,
W: RefUnwindSafe,
O: RefUnwindSafe,
C: RefUnwindSafe,
I: RefUnwindSafe,
impl<'a, I, C, O, V, W, X> Send for DFS<'a, I, C, O, V, W, X>
impl<'a, I, C, O, V, W, X> Sync for DFS<'a, I, C, O, V, W, X>
impl<'a, I, C, O, V, W, X> Unpin for DFS<'a, I, C, O, V, W, X>
impl<'a, I, C, O, V, W, X> !UnwindSafe for DFS<'a, I, C, O, V, W, X>
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