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 Ord for ComponentFuncTypeId
impl Ord for ComponentFuncTypeId
source§fn cmp(&self, other: &ComponentFuncTypeId) -> Ordering
fn cmp(&self, other: &ComponentFuncTypeId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ComponentFuncTypeId
impl PartialEq for ComponentFuncTypeId
source§impl PartialOrd for ComponentFuncTypeId
impl PartialOrd for ComponentFuncTypeId
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
source§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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.