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
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