pub struct OParNameScope { /* private fields */ }Expand description
Tracks declared names for OPar scope analysis.
Implementations§
Source§impl OParNameScope
impl OParNameScope
Trait Implementations§
Source§impl Debug for OParNameScope
impl Debug for OParNameScope
Source§impl Default for OParNameScope
impl Default for OParNameScope
Source§fn default() -> OParNameScope
fn default() -> OParNameScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OParNameScope
impl RefUnwindSafe for OParNameScope
impl Send for OParNameScope
impl Sync for OParNameScope
impl Unpin for OParNameScope
impl UnsafeUnpin for OParNameScope
impl UnwindSafe for OParNameScope
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