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