pub struct PioAcOpfPreparation(/* private fields */);Expand description
Owned AC OPF preparation whose borrowed row views remain valid until release.
Auto Trait Implementations§
impl Freeze for PioAcOpfPreparation
impl RefUnwindSafe for PioAcOpfPreparation
impl Send for PioAcOpfPreparation
impl Sync for PioAcOpfPreparation
impl Unpin for PioAcOpfPreparation
impl UnsafeUnpin for PioAcOpfPreparation
impl UnwindSafe for PioAcOpfPreparation
Blanket Implementations§
impl<T> Allocation for T
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