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