pub struct PackagesConfigParser;Expand description
Parser for packages.config files (legacy NuGet).
Format: <package id="Name" version="1.0" />
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackagesConfigParser
impl RefUnwindSafe for PackagesConfigParser
impl Send for PackagesConfigParser
impl Sync for PackagesConfigParser
impl Unpin for PackagesConfigParser
impl UnsafeUnpin for PackagesConfigParser
impl UnwindSafe for PackagesConfigParser
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