Struct rustc_trait_selection::traits::util::FilterToTraits
source · pub struct FilterToTraits<I> {
base_iterator: I,
}
Expand description
A filter around an iterator of predicates that makes it yield up just trait references.
Fields§
§base_iterator: I
Auto Trait Implementations§
impl<I> RefUnwindSafe for FilterToTraits<I>where I: RefUnwindSafe,
impl<I> Send for FilterToTraits<I>where I: Send,
impl<I> Sync for FilterToTraits<I>where I: Sync,
impl<I> Unpin for FilterToTraits<I>where I: Unpin,
impl<I> UnwindSafe for FilterToTraits<I>where I: 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
source§impl<I> IntoIterator for Iwhere
I: Iterator,
impl<I> IntoIterator for Iwhere I: Iterator,
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.