Enum power_flow_data::Records
source · pub enum Records {
Show 17 variants
Bus(Bus),
Load(Load),
FixedShunt(FixedShunt),
Generator(Generator),
Branch(Branch),
Transformer(Transformer),
AreaInterchange(AreaInterchange),
TwoTerminalDCLine(TwoTerminalDCLine),
VSCDCLine(VSCDCLine),
SwitchedShunt(SwitchedShunt),
ImpedanceCorrection(ImpedanceCorrection),
MultiTerminalDCLine(MultiTerminalDCLine),
MultiSectionLineGroup(MultiSectionLineGroup),
Zone(Zone),
InterAreaTransfer(InterAreaTransfer),
Owner(Owner),
FACTSDevice(FACTSDevice),
}Variants§
Bus(Bus)
Load(Load)
FixedShunt(FixedShunt)
Generator(Generator)
Branch(Branch)
Transformer(Transformer)
AreaInterchange(AreaInterchange)
TwoTerminalDCLine(TwoTerminalDCLine)
VSCDCLine(VSCDCLine)
SwitchedShunt(SwitchedShunt)
ImpedanceCorrection(ImpedanceCorrection)
MultiTerminalDCLine(MultiTerminalDCLine)
MultiSectionLineGroup(MultiSectionLineGroup)
Zone(Zone)
InterAreaTransfer(InterAreaTransfer)
Owner(Owner)
FACTSDevice(FACTSDevice)
Auto Trait Implementations§
impl Freeze for Records
impl RefUnwindSafe for Records
impl Send for Records
impl Sync for Records
impl Unpin for Records
impl UnwindSafe for Records
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