Struct golem_wasm_ast::IgnoredExpr
source · pub struct IgnoredExpr;
Trait Implementations§
source§impl Clone for IgnoredExpr
impl Clone for IgnoredExpr
source§fn clone(&self) -> IgnoredExpr
fn clone(&self) -> IgnoredExpr
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 IgnoredExpr
impl Debug for IgnoredExpr
source§impl PartialEq for IgnoredExpr
impl PartialEq for IgnoredExpr
source§fn eq(&self, other: &IgnoredExpr) -> bool
fn eq(&self, other: &IgnoredExpr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFromExprSource for IgnoredExpr
impl TryFromExprSource for IgnoredExpr
impl StructuralPartialEq for IgnoredExpr
Auto Trait Implementations§
impl Freeze for IgnoredExpr
impl RefUnwindSafe for IgnoredExpr
impl Send for IgnoredExpr
impl Sync for IgnoredExpr
impl Unpin for IgnoredExpr
impl UnwindSafe for IgnoredExpr
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
)