Struct feos_core::joback::JobackRecord
source · [−]pub struct JobackRecord { /* private fields */ }Expand description
Coefficients used in the Joback model.
Contains an additional fourth order polynomial coefficient e
which is not used in the original publication but is used in
parametrization for additional molecules in other publications.
Implementations
Trait Implementations
sourceimpl Clone for JobackRecord
impl Clone for JobackRecord
sourcefn clone(&self) -> JobackRecord
fn clone(&self) -> JobackRecord
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for JobackRecord
impl Debug for JobackRecord
sourceimpl Default for JobackRecord
impl Default for JobackRecord
sourcefn default() -> JobackRecord
fn default() -> JobackRecord
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for JobackRecord
impl<'de> Deserialize<'de> for JobackRecord
sourcefn 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
sourceimpl Display for JobackRecord
impl Display for JobackRecord
sourceimpl FromSegments for JobackRecord
impl FromSegments for JobackRecord
Implementation of the combining rules as described in Joback and Reid, 1987.
sourceimpl Serialize for JobackRecord
impl Serialize for JobackRecord
Auto Trait Implementations
impl RefUnwindSafe for JobackRecord
impl Send for JobackRecord
impl Sync for JobackRecord
impl Unpin for JobackRecord
impl UnwindSafe for JobackRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more