Enum Stability
pub enum Stability {
Stable,
Unstable,
Any,
}
Expand description
Variants of nuclide stability
Variants§
Stable
Stable nuclides with no halflife
Unstable
Unstable nuclides defined by any non-zero halflife
Any
No preference in stability, use both
Auto Trait Implementations§
impl Freeze for Stability
impl RefUnwindSafe for Stability
impl Send for Stability
impl Sync for Stability
impl Unpin for Stability
impl UnwindSafe for Stability
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