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