pub struct tag(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
source§impl From<tag> for ExportKind
impl From<tag> for ExportKind
source§fn from(_: tag) -> ExportKind
fn from(_: tag) -> ExportKind
Converts to this type from the input type.
source§impl Peek for tag
impl Peek for tag
impl Copy for tag
Auto Trait Implementations§
impl RefUnwindSafe for tag
impl Send for tag
impl Sync for tag
impl Unpin for tag
impl UnwindSafe for tag
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