pub struct Doi2Bib { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Doi2Bib
impl !RefUnwindSafe for Doi2Bib
impl Send for Doi2Bib
impl Sync for Doi2Bib
impl Unpin for Doi2Bib
impl !UnwindSafe for Doi2Bib
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