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