pub struct thread_spawn_ref(pub Span);Tuple Fields§
§0: SpanTrait Implementations§
Source§impl Clone for thread_spawn_ref
impl Clone for thread_spawn_ref
Source§fn clone(&self) -> thread_spawn_ref
fn clone(&self) -> thread_spawn_ref
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for thread_spawn_ref
impl Debug for thread_spawn_ref
Source§impl<'a> Parse<'a> for thread_spawn_ref
impl<'a> Parse<'a> for thread_spawn_ref
Source§impl Peek for thread_spawn_ref
impl Peek for thread_spawn_ref
impl Copy for thread_spawn_ref
Auto Trait Implementations§
impl Freeze for thread_spawn_ref
impl RefUnwindSafe for thread_spawn_ref
impl Send for thread_spawn_ref
impl Sync for thread_spawn_ref
impl Unpin for thread_spawn_ref
impl UnwindSafe for thread_spawn_ref
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