pub struct Successors<T, F: FnMut(&T) -> T> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for Successors<T, F>
impl<T, F> RefUnwindSafe for Successors<T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F> Send for Successors<T, F>
impl<T, F> Sync for Successors<T, F>
impl<T, F> Unpin for Successors<T, F>
impl<T, F> UnwindSafe for Successors<T, F>where
T: UnwindSafe,
F: UnwindSafe,
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