pub struct Map<T: ?Sized, F>(/* private fields */);Trait Implementations§
source§impl<G: Generate + ?Sized, T, F: Fn(G::Item) -> T + Clone> Generate for Map<G, F>
impl<G: Generate + ?Sized, T, F: Fn(G::Item) -> T + Clone> Generate for Map<G, F>
Auto Trait Implementations§
impl<T, F> Freeze for Map<T, F>
impl<T, F> RefUnwindSafe for Map<T, F>
impl<T, F> Send for Map<T, F>
impl<T, F> Sync for Map<T, F>
impl<T, F> Unpin for Map<T, F>
impl<T, F> UnwindSafe for Map<T, 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.