pub struct ShellRecoveryElementSummary {
pub element_id: String,
pub region_id: String,
pub node_indices: [usize; 3],
pub area_m2: f64,
pub section: ShellSection,
pub material: ShellMaterial,
}Fields§
§element_id: String§region_id: String§node_indices: [usize; 3]§area_m2: f64§section: ShellSection§material: ShellMaterialTrait Implementations§
Source§impl Clone for ShellRecoveryElementSummary
impl Clone for ShellRecoveryElementSummary
Source§fn clone(&self) -> ShellRecoveryElementSummary
fn clone(&self) -> ShellRecoveryElementSummary
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 ShellRecoveryElementSummary
impl Debug for ShellRecoveryElementSummary
Source§impl<'de> Deserialize<'de> for ShellRecoveryElementSummary
impl<'de> Deserialize<'de> for ShellRecoveryElementSummary
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
impl StructuralPartialEq for ShellRecoveryElementSummary
Auto Trait Implementations§
impl Freeze for ShellRecoveryElementSummary
impl RefUnwindSafe for ShellRecoveryElementSummary
impl Send for ShellRecoveryElementSummary
impl Sync for ShellRecoveryElementSummary
impl Unpin for ShellRecoveryElementSummary
impl UnsafeUnpin for ShellRecoveryElementSummary
impl UnwindSafe for ShellRecoveryElementSummary
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