pub(crate) struct DebugInfoInner<'a> {
    pub source_code: &'a str,
    pub source_file_id: Word,
}Fields§
§source_code: &'a str§source_file_id: WordTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugInfoInner<'a>
impl<'a> RefUnwindSafe for DebugInfoInner<'a>
impl<'a> Send for DebugInfoInner<'a>
impl<'a> Sync for DebugInfoInner<'a>
impl<'a> Unpin for DebugInfoInner<'a>
impl<'a> UnwindSafe for DebugInfoInner<'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