pub struct Lambda<C, I, O>where
C: Delegate<I, O>,{ /* private fields */ }Expand description
Provides a type which redirects
transformations to its enclosed Delegate.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, I, O> Freeze for Lambda<C, I, O>where
C: Freeze,
impl<C, I, O> RefUnwindSafe for Lambda<C, I, O>
impl<C, I, O> Send for Lambda<C, I, O>
impl<C, I, O> Sync for Lambda<C, I, O>
impl<C, I, O> Unpin for Lambda<C, I, O>
impl<C, I, O> UnwindSafe for Lambda<C, I, O>
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