Struct wasmparser::ValidatorId
source · pub struct ValidatorId(/* private fields */);
Expand description
A unique identifier for a particular Validator
.
Allows you to save the ValidatorId
of the Validator
you get identifiers out of (e.g. CoreTypeId
)
and then later assert that you are pairing those identifiers with the same
Validator
instance when accessing the identifier’s associated data.
Trait Implementations§
source§impl Clone for ValidatorId
impl Clone for ValidatorId
source§fn clone(&self) -> ValidatorId
fn clone(&self) -> ValidatorId
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 ValidatorId
impl Debug for ValidatorId
source§impl Default for ValidatorId
impl Default for ValidatorId
source§impl Hash for ValidatorId
impl Hash for ValidatorId
source§impl Ord for ValidatorId
impl Ord for ValidatorId
source§fn cmp(&self, other: &ValidatorId) -> Ordering
fn cmp(&self, other: &ValidatorId) -> 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 ValidatorId
impl PartialEq for ValidatorId
source§impl PartialOrd for ValidatorId
impl PartialOrd for ValidatorId
impl Copy for ValidatorId
impl Eq for ValidatorId
impl StructuralPartialEq for ValidatorId
Auto Trait Implementations§
impl Freeze for ValidatorId
impl RefUnwindSafe for ValidatorId
impl Send for ValidatorId
impl Sync for ValidatorId
impl Unpin for ValidatorId
impl UnwindSafe for ValidatorId
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.