Struct wasmtime_environ::wasmparser::types::ComponentFuncTypeId
source · #[repr(C)]pub struct ComponentFuncTypeId { /* private fields */ }
Expand description
Represents a unique identifier for a
component function
type known to a crate::Validator
.
Trait Implementations§
source§impl Clone for ComponentFuncTypeId
impl Clone for ComponentFuncTypeId
source§fn clone(&self) -> ComponentFuncTypeId
fn clone(&self) -> ComponentFuncTypeId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ComponentFuncTypeId
impl Debug for ComponentFuncTypeId
source§impl From<ComponentFuncTypeId> for AnyTypeId
impl From<ComponentFuncTypeId> for AnyTypeId
source§fn from(x: ComponentFuncTypeId) -> AnyTypeId
fn from(x: ComponentFuncTypeId) -> AnyTypeId
Converts to this type from the input type.
source§impl From<ComponentFuncTypeId> for ComponentAnyTypeId
impl From<ComponentFuncTypeId> for ComponentAnyTypeId
source§fn from(x: ComponentFuncTypeId) -> ComponentAnyTypeId
fn from(x: ComponentFuncTypeId) -> ComponentAnyTypeId
Converts to this type from the input type.
source§impl Hash for ComponentFuncTypeId
impl Hash for ComponentFuncTypeId
source§impl PartialEq for ComponentFuncTypeId
impl PartialEq for ComponentFuncTypeId
source§fn eq(&self, other: &ComponentFuncTypeId) -> bool
fn eq(&self, other: &ComponentFuncTypeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<AnyTypeId> for ComponentFuncTypeId
impl TryFrom<AnyTypeId> for ComponentFuncTypeId
source§impl TryFrom<ComponentAnyTypeId> for ComponentFuncTypeId
impl TryFrom<ComponentAnyTypeId> for ComponentFuncTypeId
source§fn try_from(
x: ComponentAnyTypeId
) -> Result<ComponentFuncTypeId, <ComponentFuncTypeId as TryFrom<ComponentAnyTypeId>>::Error>
fn try_from( x: ComponentAnyTypeId ) -> Result<ComponentFuncTypeId, <ComponentFuncTypeId as TryFrom<ComponentAnyTypeId>>::Error>
Performs the conversion.
source§impl TypeIdentifier for ComponentFuncTypeId
impl TypeIdentifier for ComponentFuncTypeId
§type Data = ComponentFuncType
type Data = ComponentFuncType
The data pointed to by this type of id.
impl Aliasable for ComponentFuncTypeId
impl Copy for ComponentFuncTypeId
impl Eq for ComponentFuncTypeId
impl StructuralPartialEq for ComponentFuncTypeId
Auto Trait Implementations§
impl Freeze for ComponentFuncTypeId
impl RefUnwindSafe for ComponentFuncTypeId
impl Send for ComponentFuncTypeId
impl Sync for ComponentFuncTypeId
impl Unpin for ComponentFuncTypeId
impl UnwindSafe for ComponentFuncTypeId
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.