pub(crate) struct ListingWithBody<'a, 'b> {
pub(crate) listing: &'a Listing,
pub(crate) body: &'b Source<'a>,
}
Fields§
§listing: &'a Listing
§body: &'b Source<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for ListingWithBody<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ListingWithBody<'a, 'b>
impl<'a, 'b> Send for ListingWithBody<'a, 'b>
impl<'a, 'b> Sync for ListingWithBody<'a, 'b>
impl<'a, 'b> Unpin for ListingWithBody<'a, 'b>
impl<'a, 'b> UnwindSafe for ListingWithBody<'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