Struct wast::component::InlineExportAlias
source · [−]Expand description
A inline alias for component exported items.
Fields
instance: Index<'a>
The instance to alias the export from.
name: &'a str
The name of the export to alias.
Trait Implementations
sourceimpl<'a> Debug for InlineExportAlias<'a>
impl<'a> Debug for InlineExportAlias<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for InlineExportAlias<'a>
impl<'a> Send for InlineExportAlias<'a>
impl<'a> Sync for InlineExportAlias<'a>
impl<'a> Unpin for InlineExportAlias<'a>
impl<'a> UnwindSafe for InlineExportAlias<'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