pub struct ShellSectionModel {
pub section_id: String,
pub thickness_m: f64,
pub shear_correction: f64,
pub drilling_stiffness_scale: f64,
}Fields§
§section_id: String§thickness_m: f64§shear_correction: f64§drilling_stiffness_scale: f64Trait Implementations§
Source§impl Clone for ShellSectionModel
impl Clone for ShellSectionModel
Source§fn clone(&self) -> ShellSectionModel
fn clone(&self) -> ShellSectionModel
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 ShellSectionModel
impl Debug for ShellSectionModel
Source§impl<'de> Deserialize<'de> for ShellSectionModel
impl<'de> Deserialize<'de> for ShellSectionModel
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 PartialEq for ShellSectionModel
impl PartialEq for ShellSectionModel
Source§fn eq(&self, other: &ShellSectionModel) -> bool
fn eq(&self, other: &ShellSectionModel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ShellSectionModel
impl Serialize for ShellSectionModel
impl StructuralPartialEq for ShellSectionModel
Auto Trait Implementations§
impl Freeze for ShellSectionModel
impl RefUnwindSafe for ShellSectionModel
impl Send for ShellSectionModel
impl Sync for ShellSectionModel
impl Unpin for ShellSectionModel
impl UnsafeUnpin for ShellSectionModel
impl UnwindSafe for ShellSectionModel
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