pub struct CvTerm {
pub accession: &'static str,
pub name: String,
}Expand description
A PSI-MS controlled-vocabulary term.
accession is a stable identifier (MS:NNNNNNN or UO:NNNNNNN); name
is the human-readable term. mzML output writes these verbatim.
Fields§
§accession: &'static str§name: StringImplementations§
Trait Implementations§
impl Eq for CvTerm
impl StructuralPartialEq for CvTerm
Auto Trait Implementations§
impl Freeze for CvTerm
impl RefUnwindSafe for CvTerm
impl Send for CvTerm
impl Sync for CvTerm
impl Unpin for CvTerm
impl UnsafeUnpin for CvTerm
impl UnwindSafe for CvTerm
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