pub struct PdbDownloader { /* private fields */ }
Implementations§
Source§impl PdbDownloader
impl PdbDownloader
pub fn new(codeview: CodeView) -> PdbDownloader
pub fn from_exe(path: impl AsRef<Path>) -> Result<PdbDownloader, Error>
pub fn with_servers( self, servers: impl IntoIterator<Item = impl Into<String>>, ) -> PdbDownloader
pub fn with_output(self, output: impl Into<PathBuf>) -> PdbDownloader
pub fn download(self) -> Result<PathBuf, Error>
Auto Trait Implementations§
impl Freeze for PdbDownloader
impl RefUnwindSafe for PdbDownloader
impl Send for PdbDownloader
impl Sync for PdbDownloader
impl Unpin for PdbDownloader
impl UnwindSafe for PdbDownloader
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