pub struct ContBind<'a> {
pub argument_index: Index<'a>,
pub result_index: Index<'a>,
}Expand description
Extra information associated with the cont.bind instruction
Fields§
§argument_index: Index<'a>§result_index: Index<'a>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ContBind<'a>
impl<'a> RefUnwindSafe for ContBind<'a>
impl<'a> Send for ContBind<'a>
impl<'a> Sync for ContBind<'a>
impl<'a> Unpin for ContBind<'a>
impl<'a> UnwindSafe for ContBind<'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