Struct golem_wasm_ast::IgnoredCustom
source · pub struct IgnoredCustom;
Trait Implementations§
source§impl Clone for IgnoredCustom
impl Clone for IgnoredCustom
source§fn clone(&self) -> IgnoredCustom
fn clone(&self) -> IgnoredCustom
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 IgnoredCustom
impl Debug for IgnoredCustom
source§impl From<Custom> for IgnoredCustom
impl From<Custom> for IgnoredCustom
source§impl PartialEq for IgnoredCustom
impl PartialEq for IgnoredCustom
source§fn eq(&self, other: &IgnoredCustom) -> bool
fn eq(&self, other: &IgnoredCustom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Section<ComponentIndexSpace, ComponentSectionType> for IgnoredCustom
impl Section<ComponentIndexSpace, ComponentSectionType> for IgnoredCustom
fn index_space(&self) -> ComponentIndexSpace
fn section_type(&self) -> ComponentSectionType
source§impl Section<CoreIndexSpace, CoreSectionType> for IgnoredCustom
impl Section<CoreIndexSpace, CoreSectionType> for IgnoredCustom
fn index_space(&self) -> CoreIndexSpace
fn section_type(&self) -> CoreSectionType
impl StructuralPartialEq for IgnoredCustom
Auto Trait Implementations§
impl Freeze for IgnoredCustom
impl RefUnwindSafe for IgnoredCustom
impl Send for IgnoredCustom
impl Sync for IgnoredCustom
impl Unpin for IgnoredCustom
impl UnwindSafe for IgnoredCustom
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)