pub struct FilterMap<G: ?Sized, F> { /* private fields */ }Trait Implementations§
source§impl<G: Generate + ?Sized, T, F: Fn(G::Item) -> Option<T> + Clone> Generate for FilterMap<G, F>
impl<G: Generate + ?Sized, T, F: Fn(G::Item) -> Option<T> + Clone> Generate for FilterMap<G, F>
Auto Trait Implementations§
impl<G, F> Freeze for FilterMap<G, F>
impl<G, F> RefUnwindSafe for FilterMap<G, F>
impl<G, F> Send for FilterMap<G, F>
impl<G, F> Sync for FilterMap<G, F>
impl<G, F> Unpin for FilterMap<G, F>
impl<G, F> UnwindSafe for FilterMap<G, F>
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<G> Sample for G
impl<G> Sample for G
source§fn sampler(&self) -> Sampler<'_, Self>
fn sampler(&self) -> Sampler<'_, Self>
Provides a
Sampler that allows to configure sampling settings and
generate samples.