pub struct EscapeSet { /* private fields */ }Expand description
A set of variable names that are known to escape.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EscapeSet
impl RefUnwindSafe for EscapeSet
impl Send for EscapeSet
impl Sync for EscapeSet
impl Unpin for EscapeSet
impl UnsafeUnpin for EscapeSet
impl UnwindSafe for EscapeSet
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