Enum power_flow_data::FACTSDevice
source · pub enum FACTSDevice {
FACTSDevice30(FACTSDevice30),
FACTSDevice33(FACTSDevice33),
}Variants§
FACTSDevice30(FACTSDevice30)
FACTSDevice33(FACTSDevice33)
Auto Trait Implementations§
impl Freeze for FACTSDevice
impl RefUnwindSafe for FACTSDevice
impl Send for FACTSDevice
impl Sync for FACTSDevice
impl Unpin for FACTSDevice
impl UnwindSafe for FACTSDevice
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