pub struct ChainDecays;Expand description
DecayProvider backed by the ENDF/B-VIII.0 half-life table in
nucleide_nuclei::data.
Trait Implementations§
Source§impl Clone for ChainDecays
impl Clone for ChainDecays
Source§fn clone(&self) -> ChainDecays
fn clone(&self) -> ChainDecays
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChainDecays
Source§impl Debug for ChainDecays
impl Debug for ChainDecays
Source§impl DecayProvider for ChainDecays
impl DecayProvider for ChainDecays
Source§impl Default for ChainDecays
impl Default for ChainDecays
Source§fn default() -> ChainDecays
fn default() -> ChainDecays
Returns the “default value” for a type. Read more
impl Eq for ChainDecays
Source§impl PartialEq for ChainDecays
impl PartialEq for ChainDecays
impl StructuralPartialEq for ChainDecays
Auto Trait Implementations§
impl Freeze for ChainDecays
impl RefUnwindSafe for ChainDecays
impl Send for ChainDecays
impl Sync for ChainDecays
impl Unpin for ChainDecays
impl UnsafeUnpin for ChainDecays
impl UnwindSafe for ChainDecays
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