pub struct ResumeThrow<'a> {
pub type_index: Index<'a>,
pub tag_index: Index<'a>,
pub table: ResumeTable<'a>,
}
Expand description
Extra information associated with the resume_throw instruction
Fields§
§type_index: Index<'a>
§tag_index: Index<'a>
§table: ResumeTable<'a>
Trait Implementations§
Source§impl<'a> Clone for ResumeThrow<'a>
impl<'a> Clone for ResumeThrow<'a>
Source§fn clone(&self) -> ResumeThrow<'a>
fn clone(&self) -> ResumeThrow<'a>
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<'a> Debug for ResumeThrow<'a>
impl<'a> Debug for ResumeThrow<'a>
Auto Trait Implementations§
impl<'a> Freeze for ResumeThrow<'a>
impl<'a> RefUnwindSafe for ResumeThrow<'a>
impl<'a> Send for ResumeThrow<'a>
impl<'a> Sync for ResumeThrow<'a>
impl<'a> Unpin for ResumeThrow<'a>
impl<'a> UnwindSafe for ResumeThrow<'a>
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