Struct wasmtime_environ::wasmparser::types::ComponentDefinedTypeId
source · #[repr(C)]pub struct ComponentDefinedTypeId { /* private fields */ }
Expand description
Represents a unique identifier for a component type type known to a
crate::Validator
.
Trait Implementations§
source§impl Clone for ComponentDefinedTypeId
impl Clone for ComponentDefinedTypeId
source§fn clone(&self) -> ComponentDefinedTypeId
fn clone(&self) -> ComponentDefinedTypeId
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 ComponentDefinedTypeId
impl Debug for ComponentDefinedTypeId
source§impl From<ComponentDefinedTypeId> for AnyTypeId
impl From<ComponentDefinedTypeId> for AnyTypeId
source§fn from(x: ComponentDefinedTypeId) -> AnyTypeId
fn from(x: ComponentDefinedTypeId) -> AnyTypeId
Converts to this type from the input type.
source§impl From<ComponentDefinedTypeId> for ComponentAnyTypeId
impl From<ComponentDefinedTypeId> for ComponentAnyTypeId
source§fn from(x: ComponentDefinedTypeId) -> ComponentAnyTypeId
fn from(x: ComponentDefinedTypeId) -> ComponentAnyTypeId
Converts to this type from the input type.
source§impl Hash for ComponentDefinedTypeId
impl Hash for ComponentDefinedTypeId
source§impl Ord for ComponentDefinedTypeId
impl Ord for ComponentDefinedTypeId
source§fn cmp(&self, other: &ComponentDefinedTypeId) -> Ordering
fn cmp(&self, other: &ComponentDefinedTypeId) -> 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 ComponentDefinedTypeId
impl PartialEq for ComponentDefinedTypeId
source§impl PartialOrd for ComponentDefinedTypeId
impl PartialOrd for ComponentDefinedTypeId
source§impl TryFrom<AnyTypeId> for ComponentDefinedTypeId
impl TryFrom<AnyTypeId> for ComponentDefinedTypeId
source§impl TryFrom<ComponentAnyTypeId> for ComponentDefinedTypeId
impl TryFrom<ComponentAnyTypeId> for ComponentDefinedTypeId
source§fn try_from(
x: ComponentAnyTypeId,
) -> Result<ComponentDefinedTypeId, <ComponentDefinedTypeId as TryFrom<ComponentAnyTypeId>>::Error>
fn try_from( x: ComponentAnyTypeId, ) -> Result<ComponentDefinedTypeId, <ComponentDefinedTypeId as TryFrom<ComponentAnyTypeId>>::Error>
Performs the conversion.
source§impl TypeIdentifier for ComponentDefinedTypeId
impl TypeIdentifier for ComponentDefinedTypeId
source§type Data = ComponentDefinedType
type Data = ComponentDefinedType
The data pointed to by this type of id.
impl Aliasable for ComponentDefinedTypeId
impl Copy for ComponentDefinedTypeId
impl Eq for ComponentDefinedTypeId
impl StructuralPartialEq for ComponentDefinedTypeId
Auto Trait Implementations§
impl Freeze for ComponentDefinedTypeId
impl RefUnwindSafe for ComponentDefinedTypeId
impl Send for ComponentDefinedTypeId
impl Sync for ComponentDefinedTypeId
impl Unpin for ComponentDefinedTypeId
impl UnwindSafe for ComponentDefinedTypeId
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.