[][src]Struct bolero_generator::MapGenerator

pub struct MapGenerator<Generator, Map> { /* fields omitted */ }

Trait Implementations

impl<G: ValueGenerator, M: Fn(G::Output) -> T, T> ValueGenerator for MapGenerator<G, M>[src]

type Output = T

impl<Generator: Debug, Map: Debug> Debug for MapGenerator<Generator, Map>[src]

impl<Generator: Clone, Map: Clone> Clone for MapGenerator<Generator, Map>[src]

Auto Trait Implementations

impl<Generator, Map> Unpin for MapGenerator<Generator, Map> where
    Generator: Unpin,
    Map: Unpin

impl<Generator, Map> Send for MapGenerator<Generator, Map> where
    Generator: Send,
    Map: Send

impl<Generator, Map> Sync for MapGenerator<Generator, Map> where
    Generator: Sync,
    Map: Sync

impl<Generator, Map> UnwindSafe for MapGenerator<Generator, Map> where
    Generator: UnwindSafe,
    Map: UnwindSafe

impl<Generator, Map> RefUnwindSafe for MapGenerator<Generator, Map> where
    Generator: RefUnwindSafe,
    Map: RefUnwindSafe

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.