pub struct ScopeRef(/* private fields */);Expand description
Uniquely identifies a scope in the hierarchy.
Replaces the old ModuleRef.
Trait Implementations§
source§impl PartialEq for ScopeRef
impl PartialEq for ScopeRef
impl Copy for ScopeRef
impl Eq for ScopeRef
impl StructuralPartialEq for ScopeRef
Auto Trait Implementations§
impl RefUnwindSafe for ScopeRef
impl Send for ScopeRef
impl Sync for ScopeRef
impl Unpin for ScopeRef
impl UnwindSafe for ScopeRef
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