Struct wast::component::ComponentExportType
source · [−]Expand description
The type of an exported item from an component or instance type.
Fields
span: Span
Where this export was defined.
name: &'a str
The name of this export.
item: ItemSig<'a>
The signature of the item.
Trait Implementations
sourceimpl<'a> Debug for ComponentExportType<'a>
impl<'a> Debug for ComponentExportType<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ComponentExportType<'a>
impl<'a> Send for ComponentExportType<'a>
impl<'a> Sync for ComponentExportType<'a>
impl<'a> Unpin for ComponentExportType<'a>
impl<'a> UnwindSafe for ComponentExportType<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more