Struct concoct::view::AdaptThunk
source · pub struct AdaptThunk<'a, T2, A2, V: View<T2, A2>> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, T2, A2, V> !RefUnwindSafe for AdaptThunk<'a, T2, A2, V>
impl<'a, T2, A2, V> !Send for AdaptThunk<'a, T2, A2, V>
impl<'a, T2, A2, V> !Sync for AdaptThunk<'a, T2, A2, V>
impl<'a, T2, A2, V> Unpin for AdaptThunk<'a, T2, A2, V>where A2: Unpin, T2: Unpin,
impl<'a, T2, A2, V> !UnwindSafe for AdaptThunk<'a, T2, A2, V>
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