pub struct UntypedCustomSectionId(/* private fields */);Expand description
The id of some CustomSection instance in a ModuleCustomSections.
Trait Implementations§
Source§impl Clone for UntypedCustomSectionId
impl Clone for UntypedCustomSectionId
Source§fn clone(&self) -> UntypedCustomSectionId
fn clone(&self) -> UntypedCustomSectionId
Returns a duplicate 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 CustomSectionId for UntypedCustomSectionId
impl CustomSectionId for UntypedCustomSectionId
Source§type CustomSection = dyn CustomSection
type CustomSection = dyn CustomSection
The concrete custom section type that this id gets out of a
ModuleCustomSections.Source§impl Debug for UntypedCustomSectionId
impl Debug for UntypedCustomSectionId
Source§impl<T> From<TypedCustomSectionId<T>> for UntypedCustomSectionIdwhere
T: CustomSection,
impl<T> From<TypedCustomSectionId<T>> for UntypedCustomSectionIdwhere
T: CustomSection,
Source§fn from(a: TypedCustomSectionId<T>) -> Self
fn from(a: TypedCustomSectionId<T>) -> Self
Converts to this type from the input type.
Source§impl Hash for UntypedCustomSectionId
impl Hash for UntypedCustomSectionId
Source§impl PartialEq for UntypedCustomSectionId
impl PartialEq for UntypedCustomSectionId
impl Copy for UntypedCustomSectionId
impl Eq for UntypedCustomSectionId
impl StructuralPartialEq for UntypedCustomSectionId
Auto Trait Implementations§
impl Freeze for UntypedCustomSectionId
impl RefUnwindSafe for UntypedCustomSectionId
impl Send for UntypedCustomSectionId
impl Sync for UntypedCustomSectionId
impl Unpin for UntypedCustomSectionId
impl UnwindSafe for UntypedCustomSectionId
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§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.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.