pub struct VecGenerator<T, G> { /* private fields */ }Expand description
Generator for Vec<T> collections
Implementations§
Trait Implementations§
Source§impl<T, G> Generator<Vec<T>> for VecGenerator<T, G>
impl<T, G> Generator<Vec<T>> for VecGenerator<T, G>
Auto Trait Implementations§
impl<T, G> Freeze for VecGenerator<T, G>where
G: Freeze,
impl<T, G> RefUnwindSafe for VecGenerator<T, G>where
G: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, G> Send for VecGenerator<T, G>
impl<T, G> Sync for VecGenerator<T, G>
impl<T, G> Unpin for VecGenerator<T, G>
impl<T, G> UnwindSafe for VecGenerator<T, G>where
G: UnwindSafe,
T: 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