pub struct thread_yield(pub Span);Tuple Fields§
§0: SpanTrait Implementations§
Source§impl Clone for thread_yield
impl Clone for thread_yield
Source§fn clone(&self) -> thread_yield
fn clone(&self) -> thread_yield
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_yield
impl Debug for thread_yield
Source§impl<'a> Parse<'a> for thread_yield
impl<'a> Parse<'a> for thread_yield
Source§impl Peek for thread_yield
impl Peek for thread_yield
impl Copy for thread_yield
Auto Trait Implementations§
impl Freeze for thread_yield
impl RefUnwindSafe for thread_yield
impl Send for thread_yield
impl Sync for thread_yield
impl Unpin for thread_yield
impl UnsafeUnpin for thread_yield
impl UnwindSafe for thread_yield
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