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