pub struct thread(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
source§impl Peek for thread
impl Peek for thread
impl Copy for thread
Auto Trait Implementations§
impl Freeze for thread
impl RefUnwindSafe for thread
impl Send for thread
impl Sync for thread
impl Unpin for thread
impl UnwindSafe for thread
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