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