pub struct Gold;Trait Implementations§
Source§impl Density for Gold
impl Density for Gold
fn get_density_avg_gcm3(&self) -> f32
fn get_density_avg_kgm3(&self) -> f32
Source§impl Element for Gold
impl Element for Gold
fn get_symbol(&self) -> &'static str
fn get_number(&self) -> u8
Auto Trait Implementations§
impl Freeze for Gold
impl RefUnwindSafe for Gold
impl Send for Gold
impl Sync for Gold
impl Unpin for Gold
impl UnwindSafe for Gold
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