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