pub struct SectionFnFinder<S, E>{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<S, E> SectionFinder for SectionFnFinder<S, E>
impl<S, E> SectionFinder for SectionFnFinder<S, E>
Auto Trait Implementations§
impl<S, E> Freeze for SectionFnFinder<S, E>
impl<S, E> RefUnwindSafe for SectionFnFinder<S, E>where
S: RefUnwindSafe,
E: RefUnwindSafe,
impl<S, E> Send for SectionFnFinder<S, E>
impl<S, E> Sync for SectionFnFinder<S, E>
impl<S, E> Unpin for SectionFnFinder<S, E>
impl<S, E> UnwindSafe for SectionFnFinder<S, E>where
S: UnwindSafe,
E: 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