pub struct Terms {
pub languages: HashSet<String>,
pub r_packages: HashSet<String>,
pub canonical: HashMap<String, String>,
pub publisher_canonical: HashMap<String, String>,
pub journal_canonical: HashMap<String, String>,
pub publisher_prefix_canonical: Vec<(String, String)>,
}Fields§
§languages: HashSet<String>§r_packages: HashSet<String>§canonical: HashMap<String, String>§publisher_canonical: HashMap<String, String>§journal_canonical: HashMap<String, String>§publisher_prefix_canonical: Vec<(String, String)>Implementations§
Auto Trait Implementations§
impl Freeze for Terms
impl RefUnwindSafe for Terms
impl Send for Terms
impl Sync for Terms
impl Unpin for Terms
impl UnsafeUnpin for Terms
impl UnwindSafe for Terms
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