pub struct Many1 {
pub generator: Box<dyn Generator>,
}Expand description
Many1 is a Generator that will generate 1 or more values of its generator
Fields§
§generator: Box<dyn Generator>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Many1
impl !RefUnwindSafe for Many1
impl !Send for Many1
impl !Sync for Many1
impl Unpin for Many1
impl !UnwindSafe for Many1
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