pub struct EnergyModel(pub Vec<PowerLevelDomain>);
Expand description
Represents the top level of an energy model structure.
Tuple Fields§
§0: Vec<PowerLevelDomain>
Implementations§
Source§impl EnergyModel
impl EnergyModel
Trait Implementations§
Source§impl Clone for EnergyModel
impl Clone for EnergyModel
Source§fn clone(&self) -> EnergyModel
fn clone(&self) -> EnergyModel
Returns a copy of the value. Read more
1.0.0 · 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 EnergyModel
impl Debug for EnergyModel
Source§impl PartialEq for EnergyModel
impl PartialEq for EnergyModel
impl StructuralPartialEq for EnergyModel
Auto Trait Implementations§
impl Freeze for EnergyModel
impl RefUnwindSafe for EnergyModel
impl Send for EnergyModel
impl Sync for EnergyModel
impl Unpin for EnergyModel
impl UnwindSafe for EnergyModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)