Struct proc_macro::bridge::scoped_cell::RefMutL
source · pub struct RefMutL<'a, 'b, T: LambdaL>(&'a mut <T as ApplyL<'b>>::Out);
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Tuple Fields§
§0: &'a mut <T as ApplyL<'b>>::Out
🔬This is a nightly-only experimental API. (
proc_macro_internals
#27812)Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, T> RefUnwindSafe for RefMutL<'a, 'b, T>where <T as ApplyL<'b>>::Out: RefUnwindSafe,
impl<'a, 'b, T> Send for RefMutL<'a, 'b, T>where <T as ApplyL<'b>>::Out: Send,
impl<'a, 'b, T> Sync for RefMutL<'a, 'b, T>where <T as ApplyL<'b>>::Out: Sync,
impl<'a, 'b, T> Unpin for RefMutL<'a, 'b, T>
impl<'a, 'b, T> !UnwindSafe for RefMutL<'a, 'b, T>
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