pub struct NElectrons(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NElectrons
impl Clone for NElectrons
Source§fn clone(&self) -> NElectrons
fn clone(&self) -> NElectrons
Returns a duplicate of the value. Read more
1.0.0 · 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 NElectrons
impl Debug for NElectrons
Source§impl<'de> Deserialize<'de> for NElectrons
impl<'de> Deserialize<'de> for NElectrons
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NElectrons
impl Display for NElectrons
Source§impl From<f64> for NElectrons
impl From<f64> for NElectrons
Source§impl KeywordDisplay for NElectrons
impl KeywordDisplay for NElectrons
Source§impl PartialEq for NElectrons
impl PartialEq for NElectrons
Source§impl PartialOrd for NElectrons
impl PartialOrd for NElectrons
Source§impl Serialize for NElectrons
impl Serialize for NElectrons
impl Copy for NElectrons
impl StructuralPartialEq for NElectrons
Auto Trait Implementations§
impl Freeze for NElectrons
impl RefUnwindSafe for NElectrons
impl Send for NElectrons
impl Sync for NElectrons
impl Unpin for NElectrons
impl UnwindSafe for NElectrons
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