Struct x11rb::tracing::implementation::EnteredSpan
source · pub(crate) struct EnteredSpan;
Auto Trait Implementations§
impl Freeze for EnteredSpan
impl RefUnwindSafe for EnteredSpan
impl Send for EnteredSpan
impl Sync for EnteredSpan
impl Unpin for EnteredSpan
impl UnwindSafe for EnteredSpan
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