Struct golem_wasm_ast::IgnoredData
source · pub struct IgnoredData;
Trait Implementations§
source§impl Clone for IgnoredData
impl Clone for IgnoredData
source§fn clone(&self) -> IgnoredData
fn clone(&self) -> IgnoredData
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 IgnoredData
impl Debug for IgnoredData
source§impl From<Data<IgnoredExpr>> for IgnoredData
impl From<Data<IgnoredExpr>> for IgnoredData
source§fn from(_value: Data<IgnoredExpr>) -> Self
fn from(_value: Data<IgnoredExpr>) -> Self
Converts to this type from the input type.
source§impl PartialEq for IgnoredData
impl PartialEq for IgnoredData
source§fn eq(&self, other: &IgnoredData) -> bool
fn eq(&self, other: &IgnoredData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Section<CoreIndexSpace, CoreSectionType> for IgnoredData
impl Section<CoreIndexSpace, CoreSectionType> for IgnoredData
fn index_space(&self) -> CoreIndexSpace
fn section_type(&self) -> CoreSectionType
impl StructuralPartialEq for IgnoredData
Auto Trait Implementations§
impl Freeze for IgnoredData
impl RefUnwindSafe for IgnoredData
impl Send for IgnoredData
impl Sync for IgnoredData
impl Unpin for IgnoredData
impl UnwindSafe for IgnoredData
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
)