pub struct Lambda<D, R>where
D: Emitter<R>,{ /* private fields */ }Expand description
Created new objects by repeatedly calling its
delegated Emitter.
Implementations§
Trait Implementations§
Source§impl<D, R> AbstractFactory<R> for Lambda<D, R>where
D: Emitter<R>,
impl<D, R> AbstractFactory<R> for Lambda<D, R>where
D: Emitter<R>,
Auto Trait Implementations§
impl<D, R> Freeze for Lambda<D, R>where
D: Freeze,
impl<D, R> RefUnwindSafe for Lambda<D, R>where
D: RefUnwindSafe,
R: RefUnwindSafe,
impl<D, R> Send for Lambda<D, R>
impl<D, R> Sync for Lambda<D, R>
impl<D, R> Unpin for Lambda<D, R>
impl<D, R> UnwindSafe for Lambda<D, R>where
D: UnwindSafe,
R: 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