pub(crate) struct Listing {
final_symbols: FinalSymbolTable,
output: Vec<ListingLine>,
rc_block: Vec<ListingLine>,
}
Fields§
§final_symbols: FinalSymbolTable
§output: Vec<ListingLine>
§rc_block: Vec<ListingLine>
Implementations§
Source§impl Listing
impl Listing
pub(crate) fn set_final_symbols(&mut self, final_symbols: FinalSymbolTable)
pub(crate) fn push_line(&mut self, line: ListingLine)
pub(crate) fn push_rc_line(&mut self, line: ListingLine)
fn format_symbol_table(&self, f: &mut Formatter<'_>) -> Result
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Listing
impl RefUnwindSafe for Listing
impl Send for Listing
impl Sync for Listing
impl Unpin for Listing
impl UnwindSafe for Listing
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