pub struct VibrationCase {
pub id: VibrationCaseId,
pub name: String,
pub wave_name: String,
pub dir: VibrationThDir,
pub nonlinear: bool,
}Expand description
立体時刻歴応答解析の振動ケース(実行時にモデルへ upsert する)。
Fields§
§id: VibrationCaseId§name: String§wave_name: String§dir: VibrationThDir§nonlinear: boolTrait Implementations§
Source§impl Clone for VibrationCase
impl Clone for VibrationCase
Source§fn clone(&self) -> VibrationCase
fn clone(&self) -> VibrationCase
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 VibrationCase
impl Debug for VibrationCase
Source§impl<'de> Deserialize<'de> for VibrationCase
impl<'de> Deserialize<'de> for VibrationCase
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 Eq for VibrationCase
Source§impl PartialEq for VibrationCase
impl PartialEq for VibrationCase
Source§fn eq(&self, other: &VibrationCase) -> bool
fn eq(&self, other: &VibrationCase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VibrationCase
impl Serialize for VibrationCase
impl StructuralPartialEq for VibrationCase
Auto Trait Implementations§
impl Freeze for VibrationCase
impl RefUnwindSafe for VibrationCase
impl Send for VibrationCase
impl Sync for VibrationCase
impl Unpin for VibrationCase
impl UnsafeUnpin for VibrationCase
impl UnwindSafe for VibrationCase
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