pub struct AsyncTag {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl PartialEq for AsyncTag
impl PartialEq for AsyncTag
impl StructuralPartialEq for AsyncTag
Auto Trait Implementations§
impl RefUnwindSafe for AsyncTag
impl Send for AsyncTag
impl Sync for AsyncTag
impl Unpin for AsyncTag
impl UnwindSafe for AsyncTag
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