pub struct ExprGenerator<'a, W> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, W> Freeze for ExprGenerator<'a, W>
impl<'a, W> RefUnwindSafe for ExprGenerator<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for ExprGenerator<'a, W>where
W: Send,
impl<'a, W> Sync for ExprGenerator<'a, W>where
W: Sync,
impl<'a, W> Unpin for ExprGenerator<'a, W>
impl<'a, W> !UnwindSafe for ExprGenerator<'a, W>
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