pub struct EscapableScope { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for EscapableScope
 
impl Debug for EscapableScope
Auto Trait Implementations§
impl Freeze for EscapableScope
impl RefUnwindSafe for EscapableScope
impl !Send for EscapableScope
impl !Sync for EscapableScope
impl Unpin for EscapableScope
impl UnwindSafe for EscapableScope
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