pub struct ImplementationVersion { /* private fields */ }Expand description
An exact three-component implementation version.
ComposeLens deliberately does not infer a current version or interpret pre-release/build
metadata. Callers select the exact released implementation they intend to assess.
Implementations§
Trait Implementations§
Source§impl Clone for ImplementationVersion
impl Clone for ImplementationVersion
Source§fn clone(&self) -> ImplementationVersion
fn clone(&self) -> ImplementationVersion
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 moreimpl Copy for ImplementationVersion
Source§impl Debug for ImplementationVersion
impl Debug for ImplementationVersion
Source§impl Display for ImplementationVersion
impl Display for ImplementationVersion
impl Eq for ImplementationVersion
Source§impl FromStr for ImplementationVersion
impl FromStr for ImplementationVersion
Source§impl Hash for ImplementationVersion
impl Hash for ImplementationVersion
Source§impl Ord for ImplementationVersion
impl Ord for ImplementationVersion
Source§fn cmp(&self, other: &ImplementationVersion) -> Ordering
fn cmp(&self, other: &ImplementationVersion) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImplementationVersion
impl PartialEq for ImplementationVersion
Source§impl PartialOrd for ImplementationVersion
impl PartialOrd for ImplementationVersion
impl StructuralPartialEq for ImplementationVersion
Auto Trait Implementations§
impl Freeze for ImplementationVersion
impl RefUnwindSafe for ImplementationVersion
impl Send for ImplementationVersion
impl Sync for ImplementationVersion
impl Unpin for ImplementationVersion
impl UnsafeUnpin for ImplementationVersion
impl UnwindSafe for ImplementationVersion
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