pub struct MatchBindData<'a> {
pub symbol_table: &'a HashMap<u32, String>,
pub instructions: &'a Vec<u8>,
}Fields§
§symbol_table: &'a HashMap<u32, String>§instructions: &'a Vec<u8>Auto Trait Implementations§
impl<'a> Freeze for MatchBindData<'a>
impl<'a> RefUnwindSafe for MatchBindData<'a>
impl<'a> Send for MatchBindData<'a>
impl<'a> Sync for MatchBindData<'a>
impl<'a> Unpin for MatchBindData<'a>
impl<'a> UnwindSafe for MatchBindData<'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