Struct wast::kw::assert_trap
source · pub struct assert_trap(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
source§impl Clone for assert_trap
impl Clone for assert_trap
source§fn clone(&self) -> assert_trap
fn clone(&self) -> assert_trap
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 assert_trap
impl Debug for assert_trap
source§impl<'a> Parse<'a> for assert_trap
impl<'a> Parse<'a> for assert_trap
source§impl Peek for assert_trap
impl Peek for assert_trap
impl Copy for assert_trap
Auto Trait Implementations§
impl RefUnwindSafe for assert_trap
impl Send for assert_trap
impl Sync for assert_trap
impl Unpin for assert_trap
impl UnwindSafe for assert_trap
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