pub struct ScopeId(_);
Implementations
Trait Implementations
impl Copy for ScopeId
impl Eq for ScopeId
impl StructuralEq for ScopeId
impl StructuralPartialEq for ScopeId
Auto Trait Implementations
impl RefUnwindSafe for ScopeId
impl Send for ScopeId
impl Sync for ScopeId
impl Unpin for ScopeId
impl UnwindSafe for ScopeId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more