#[repr(C)]pub struct ComponentCoreModuleTypeId { /* private fields */ }
Expand description
Represents a unique identifier for a
component’s core module
type known to a crate::Validator
.
Trait Implementations§
source§impl Clone for ComponentCoreModuleTypeId
impl Clone for ComponentCoreModuleTypeId
source§fn clone(&self) -> ComponentCoreModuleTypeId
fn clone(&self) -> ComponentCoreModuleTypeId
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 ComponentCoreModuleTypeId
impl Debug for ComponentCoreModuleTypeId
source§impl From<ComponentCoreModuleTypeId> for AnyTypeId
impl From<ComponentCoreModuleTypeId> for AnyTypeId
source§fn from(x: ComponentCoreModuleTypeId) -> Self
fn from(x: ComponentCoreModuleTypeId) -> Self
Converts to this type from the input type.
source§impl From<ComponentCoreModuleTypeId> for ComponentCoreTypeId
impl From<ComponentCoreModuleTypeId> for ComponentCoreTypeId
source§fn from(x: ComponentCoreModuleTypeId) -> Self
fn from(x: ComponentCoreModuleTypeId) -> Self
Converts to this type from the input type.
source§impl Hash for ComponentCoreModuleTypeId
impl Hash for ComponentCoreModuleTypeId
source§impl Ord for ComponentCoreModuleTypeId
impl Ord for ComponentCoreModuleTypeId
source§fn cmp(&self, other: &ComponentCoreModuleTypeId) -> Ordering
fn cmp(&self, other: &ComponentCoreModuleTypeId) -> 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 PartialOrd for ComponentCoreModuleTypeId
impl PartialOrd for ComponentCoreModuleTypeId
source§impl TryFrom<AnyTypeId> for ComponentCoreModuleTypeId
impl TryFrom<AnyTypeId> for ComponentCoreModuleTypeId
source§impl TypeIdentifier for ComponentCoreModuleTypeId
impl TypeIdentifier for ComponentCoreModuleTypeId
source§type Data = ModuleType
type Data = ModuleType
The data pointed to by this type of id.
impl Aliasable for ComponentCoreModuleTypeId
impl Copy for ComponentCoreModuleTypeId
impl Eq for ComponentCoreModuleTypeId
impl StructuralPartialEq for ComponentCoreModuleTypeId
Auto Trait Implementations§
impl Freeze for ComponentCoreModuleTypeId
impl RefUnwindSafe for ComponentCoreModuleTypeId
impl Send for ComponentCoreModuleTypeId
impl Sync for ComponentCoreModuleTypeId
impl Unpin for ComponentCoreModuleTypeId
impl UnwindSafe for ComponentCoreModuleTypeId
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.