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