Enum grass_runtime::property::Nuclide
source · [−]pub enum Nuclide {
A,
T,
C,
G,
U,
N,
}Variants
A
T
C
G
U
N
Auto Trait Implementations
impl RefUnwindSafe for Nuclide
impl Send for Nuclide
impl Sync for Nuclide
impl Unpin for Nuclide
impl UnwindSafe for Nuclide
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more