Struct golem_wasm_ast::DefaultAst
source · pub struct DefaultAst;
Expand description
The default AST customization, using the real AST nodes.
Trait Implementations§
source§impl AstCustomization for DefaultAst
impl AstCustomization for DefaultAst
source§impl Clone for DefaultAst
impl Clone for DefaultAst
source§fn clone(&self) -> DefaultAst
fn clone(&self) -> DefaultAst
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 DefaultAst
impl Debug for DefaultAst
source§impl PartialEq for DefaultAst
impl PartialEq for DefaultAst
source§fn eq(&self, other: &DefaultAst) -> bool
fn eq(&self, other: &DefaultAst) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DefaultAst
Auto Trait Implementations§
impl Freeze for DefaultAst
impl RefUnwindSafe for DefaultAst
impl Send for DefaultAst
impl Sync for DefaultAst
impl Unpin for DefaultAst
impl UnwindSafe for DefaultAst
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
)