pub struct MetadataPlans {
pub logical_plan: Option<Box<RawValue>>,
pub optimized_logical_plan: Option<Box<RawValue>>,
pub rewritten_expression_tree: Option<String>,
pub expression_tree: Option<String>,
pub job: Option<Box<RawValue>>,
}Fields§
§logical_plan: Option<Box<RawValue>>§optimized_logical_plan: Option<Box<RawValue>>§rewritten_expression_tree: Option<String>§expression_tree: Option<String>§job: Option<Box<RawValue>>Trait Implementations§
Source§impl Clone for MetadataPlans
impl Clone for MetadataPlans
Source§fn clone(&self) -> MetadataPlans
fn clone(&self) -> MetadataPlans
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MetadataPlans
impl RefUnwindSafe for MetadataPlans
impl Send for MetadataPlans
impl Sync for MetadataPlans
impl Unpin for MetadataPlans
impl UnsafeUnpin for MetadataPlans
impl UnwindSafe for MetadataPlans
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