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