Struct ethers_solc::report::ScopeGuard
source · pub struct ScopeGuard(/* private fields */);
Expand description
A guard that resets the current scoped reporter to the prior scoped reporter when dropped.
Trait Implementations§
source§impl Debug for ScopeGuard
impl Debug for ScopeGuard
Auto Trait Implementations§
impl !RefUnwindSafe for ScopeGuard
impl Send for ScopeGuard
impl Sync for ScopeGuard
impl Unpin for ScopeGuard
impl !UnwindSafe for ScopeGuard
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