pub struct LoadFactorEntry {
pub class: TariffClass,
pub load: LoadFactor,
}Fields§
§class: TariffClass§load: LoadFactorTrait Implementations§
Source§impl Clone for LoadFactorEntry
impl Clone for LoadFactorEntry
Source§fn clone(&self) -> LoadFactorEntry
fn clone(&self) -> LoadFactorEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LoadFactorEntry
impl RefUnwindSafe for LoadFactorEntry
impl Send for LoadFactorEntry
impl Sync for LoadFactorEntry
impl Unpin for LoadFactorEntry
impl UnwindSafe for LoadFactorEntry
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