pub struct __Escaped<'a>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for __Escaped<'a>
impl<'a> RefUnwindSafe for __Escaped<'a>
impl<'a> Send for __Escaped<'a>
impl<'a> Sync for __Escaped<'a>
impl<'a> Unpin for __Escaped<'a>
impl<'a> UnwindSafe for __Escaped<'a>
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