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