pub struct Ame2020;Expand description
MassProvider backed by the AME2020 tables in nucleide_nuclei::data.
Trait Implementations§
impl Copy for Ame2020
impl Eq for Ame2020
Source§impl MassProvider for Ame2020
impl MassProvider for Ame2020
impl StructuralPartialEq for Ame2020
Auto Trait Implementations§
impl Freeze for Ame2020
impl RefUnwindSafe for Ame2020
impl Send for Ame2020
impl Sync for Ame2020
impl Unpin for Ame2020
impl UnsafeUnpin for Ame2020
impl UnwindSafe for Ame2020
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