Struct umls::files::UmlsSource
source · pub struct UmlsSource {
pub name: String,
pub family: String,
pub language: String,
pub abbreviation: String,
}
Fields§
§name: String
§family: String
§language: String
§abbreviation: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UmlsSource
impl Send for UmlsSource
impl Sync for UmlsSource
impl Unpin for UmlsSource
impl UnwindSafe for UmlsSource
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