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