pub struct LambdaAdapter;Implementations§
Auto Trait Implementations§
impl Freeze for LambdaAdapter
impl RefUnwindSafe for LambdaAdapter
impl Send for LambdaAdapter
impl Sync for LambdaAdapter
impl Unpin for LambdaAdapter
impl UnsafeUnpin for LambdaAdapter
impl UnwindSafe for LambdaAdapter
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