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