pub struct DebugPlanSnapshot {
pub logical: DebugPlanNode,
pub physical: DebugPlanNode,
}Fields§
§logical: DebugPlanNode§physical: DebugPlanNodeTrait Implementations§
Source§impl Clone for DebugPlanSnapshot
impl Clone for DebugPlanSnapshot
Source§fn clone(&self) -> DebugPlanSnapshot
fn clone(&self) -> DebugPlanSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebugPlanSnapshot
impl Debug for DebugPlanSnapshot
Auto Trait Implementations§
impl Freeze for DebugPlanSnapshot
impl RefUnwindSafe for DebugPlanSnapshot
impl Send for DebugPlanSnapshot
impl Sync for DebugPlanSnapshot
impl Unpin for DebugPlanSnapshot
impl UnsafeUnpin for DebugPlanSnapshot
impl UnwindSafe for DebugPlanSnapshot
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