pub enum GraphiteGrade {
PileGradeA,
Ig110,
H327,
Nbg18,
}Expand description
Nuclear graphite grade.
Variants§
PileGradeA
Pile Grade A (UK Magnox reactors).
Ig110
IG-110 (Japanese HTGR).
H327
H-327 (US HTGR — Fort St. Vrain).
Nbg18
NBG-18 (European PBMR).
Trait Implementations§
Source§impl Clone for GraphiteGrade
impl Clone for GraphiteGrade
Source§fn clone(&self) -> GraphiteGrade
fn clone(&self) -> GraphiteGrade
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 moreSource§impl Debug for GraphiteGrade
impl Debug for GraphiteGrade
Source§impl PartialEq for GraphiteGrade
impl PartialEq for GraphiteGrade
Source§fn eq(&self, other: &GraphiteGrade) -> bool
fn eq(&self, other: &GraphiteGrade) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GraphiteGrade
impl StructuralPartialEq for GraphiteGrade
Auto Trait Implementations§
impl Freeze for GraphiteGrade
impl RefUnwindSafe for GraphiteGrade
impl Send for GraphiteGrade
impl Sync for GraphiteGrade
impl Unpin for GraphiteGrade
impl UnsafeUnpin for GraphiteGrade
impl UnwindSafe for GraphiteGrade
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