pub enum Entries<'a> {
Generic(Generic<'a>),
CodeView(CodeView<'a>),
CodeViewPDB(CodeViewPDB<'a>),
Repro(Repro<'a>),
Pogo(Pogo<'a>),
}Variants§
Generic(Generic<'a>)
CodeView(CodeView<'a>)
CodeViewPDB(CodeViewPDB<'a>)
Repro(Repro<'a>)
Pogo(Pogo<'a>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Entries<'a>
impl<'a> !Send for Entries<'a>
impl<'a> !Sync for Entries<'a>
impl<'a> Unpin for Entries<'a>
impl<'a> UnwindSafe for Entries<'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