pub struct PortablePdbCacheConverter { /* private fields */ }Expand description
The PortablePdbCache Converter.
This can extract data from a PortablePdb struct and
serialize it to disk via its serialize method.
Implementations§
Source§impl PortablePdbCacheConverter
impl PortablePdbCacheConverter
Sourcepub fn process_portable_pdb(
&mut self,
portable_pdb: &PortablePdb<'_>,
) -> Result<(), CacheError>
pub fn process_portable_pdb( &mut self, portable_pdb: &PortablePdb<'_>, ) -> Result<(), CacheError>
Processes a Portable PDB file, inserting its sequence point information into this converter.
Trait Implementations§
Source§impl Debug for PortablePdbCacheConverter
impl Debug for PortablePdbCacheConverter
Source§impl Default for PortablePdbCacheConverter
impl Default for PortablePdbCacheConverter
Source§fn default() -> PortablePdbCacheConverter
fn default() -> PortablePdbCacheConverter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PortablePdbCacheConverter
impl RefUnwindSafe for PortablePdbCacheConverter
impl Send for PortablePdbCacheConverter
impl Sync for PortablePdbCacheConverter
impl Unpin for PortablePdbCacheConverter
impl UnwindSafe for PortablePdbCacheConverter
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