pub struct ArxivLoader { /* private fields */ }Expand description
Loader for arXiv papers via the arXiv API (returns abstracts as documents).
Implementations§
Source§impl ArxivLoader
impl ArxivLoader
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArxivLoader
impl !RefUnwindSafe for ArxivLoader
impl Send for ArxivLoader
impl Sync for ArxivLoader
impl Unpin for ArxivLoader
impl UnsafeUnpin for ArxivLoader
impl !UnwindSafe for ArxivLoader
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