struct ListingLineWithBody<'a, 'b> {
line: &'a ListingLine,
body: &'b Source<'a>,
}
Fields§
§line: &'a ListingLine
§body: &'b Source<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for ListingLineWithBody<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ListingLineWithBody<'a, 'b>
impl<'a, 'b> Send for ListingLineWithBody<'a, 'b>
impl<'a, 'b> Sync for ListingLineWithBody<'a, 'b>
impl<'a, 'b> Unpin for ListingLineWithBody<'a, 'b>
impl<'a, 'b> UnwindSafe for ListingLineWithBody<'a, 'b>
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