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