#[non_exhaustive]pub struct Endpoints {
pub openalex: String,
pub core: String,
pub google_scholar: String,
pub unpaywall: String,
pub crossref: String,
pub zenodo: String,
pub ssrn: String,
pub semantic_scholar: String,
}Expand description
Base URLs for each source — overridable for testing.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.openalex: String§core: String§google_scholar: String§unpaywall: String§crossref: String§zenodo: String§ssrn: String§semantic_scholar: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Endpoints
impl RefUnwindSafe for Endpoints
impl Send for Endpoints
impl Sync for Endpoints
impl Unpin for Endpoints
impl UnwindSafe for Endpoints
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