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