pub struct DefaultPomParser {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultPomParser
impl RefUnwindSafe for DefaultPomParser
impl Send for DefaultPomParser
impl Sync for DefaultPomParser
impl Unpin for DefaultPomParser
impl UnwindSafe for DefaultPomParser
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