pub struct CurrentAllureGuard { /* private fields */ }Expand description
Guard that restores the previous thread-bound facade when dropped.
Trait Implementations§
Source§impl Drop for CurrentAllureGuard
impl Drop for CurrentAllureGuard
Auto Trait Implementations§
impl Freeze for CurrentAllureGuard
impl RefUnwindSafe for CurrentAllureGuard
impl Send for CurrentAllureGuard
impl Sync for CurrentAllureGuard
impl Unpin for CurrentAllureGuard
impl UnsafeUnpin for CurrentAllureGuard
impl UnwindSafe for CurrentAllureGuard
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