Enum wast::AliasKind [−][src]
Variants
Fields of InstanceExport
Fields of Outer
module: Index<'a>
The index of the module that this reference is referring to.
index: Index<'a>
The index of the item within module
that this alias is referering
to.
kind: ExportKind
The kind of item that's being aliased.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for AliasKind<'a>
[src]
impl<'a> Send for AliasKind<'a>
[src]
impl<'a> Sync for AliasKind<'a>
[src]
impl<'a> Unpin for AliasKind<'a>
[src]
impl<'a> UnwindSafe for AliasKind<'a>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,