Struct substrait::parse::proto::PlanVersion
source · pub struct PlanVersion { /* private fields */ }Available on crate feature
parse only.Expand description
A parsed proto::PlanVersion.
Implementations§
Trait Implementations§
source§impl Clone for PlanVersion
impl Clone for PlanVersion
source§fn clone(&self) -> PlanVersion
fn clone(&self) -> PlanVersion
Returns a copy 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 moresource§impl Debug for PlanVersion
impl Debug for PlanVersion
source§impl From<PlanVersion> for PlanVersion
impl From<PlanVersion> for PlanVersion
source§fn from(plan_version: PlanVersion) -> Self
fn from(plan_version: PlanVersion) -> Self
Converts to this type from the input type.
source§impl PartialEq for PlanVersion
impl PartialEq for PlanVersion
source§fn eq(&self, other: &PlanVersion) -> bool
fn eq(&self, other: &PlanVersion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PlanVersion
Auto Trait Implementations§
impl Freeze for PlanVersion
impl RefUnwindSafe for PlanVersion
impl Send for PlanVersion
impl Sync for PlanVersion
impl Unpin for PlanVersion
impl UnwindSafe for PlanVersion
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