pub struct PlannedStatement {
pub common: PlannedCommon,
pub plan: Arc<Plan>,
}Fields§
§common: PlannedCommon§plan: Arc<Plan>Auto Trait Implementations§
impl Freeze for PlannedStatement
impl RefUnwindSafe for PlannedStatement
impl Send for PlannedStatement
impl Sync for PlannedStatement
impl Unpin for PlannedStatement
impl UnwindSafe for PlannedStatement
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