pub struct ScopeLayer { /* private fields */ }
Expand description
A collection of scope spans from a single source.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeLayer
impl RefUnwindSafe for ScopeLayer
impl Send for ScopeLayer
impl Sync for ScopeLayer
impl Unpin for ScopeLayer
impl UnwindSafe for ScopeLayer
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