pub struct Element { /* private fields */ }Implementations§
Source§impl Element
impl Element
pub fn name(&self) -> &'static str
pub fn symbol(&self) -> &'static str
pub fn atomic_data(&self) -> &AtomicData
pub fn electron_data(&self) -> &ElectronData
pub fn physical_data(&self) -> &PhysicalData
pub fn table_data(&self) -> &TableData
pub fn misc_data(&self) -> &MiscData
Trait Implementations§
Source§impl PartialOrd for Element
impl PartialOrd for Element
impl StructuralPartialEq for Element
Auto Trait Implementations§
impl Freeze for Element
impl RefUnwindSafe for Element
impl Send for Element
impl Sync for Element
impl Unpin for Element
impl UnwindSafe for Element
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