Enum wasm_encoder::CoreOuterAliasKind
source · [−]pub enum CoreOuterAliasKind {
Type,
}
Expand description
Represents the kinds of outer core aliasable items in a component.
Variants
Type
The alias is to a core type.
Trait Implementations
sourceimpl Clone for CoreOuterAliasKind
impl Clone for CoreOuterAliasKind
sourcefn clone(&self) -> CoreOuterAliasKind
fn clone(&self) -> CoreOuterAliasKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CoreOuterAliasKind
impl Debug for CoreOuterAliasKind
sourceimpl Encode for CoreOuterAliasKind
impl Encode for CoreOuterAliasKind
impl Copy for CoreOuterAliasKind
impl Eq for CoreOuterAliasKind
impl StructuralEq for CoreOuterAliasKind
impl StructuralPartialEq for CoreOuterAliasKind
Auto Trait Implementations
impl RefUnwindSafe for CoreOuterAliasKind
impl Send for CoreOuterAliasKind
impl Sync for CoreOuterAliasKind
impl Unpin for CoreOuterAliasKind
impl UnwindSafe for CoreOuterAliasKind
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