pub struct PlatformVersion { /* private fields */ }Expand description
Numeric target implementation version.
Implementations§
Trait Implementations§
Source§impl Clone for PlatformVersion
impl Clone for PlatformVersion
Source§fn clone(&self) -> PlatformVersion
fn clone(&self) -> PlatformVersion
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 PlatformVersion
Source§impl Debug for PlatformVersion
impl Debug for PlatformVersion
Source§impl Display for PlatformVersion
impl Display for PlatformVersion
impl Eq for PlatformVersion
Source§impl FromStr for PlatformVersion
impl FromStr for PlatformVersion
Source§impl Hash for PlatformVersion
impl Hash for PlatformVersion
Source§impl Ord for PlatformVersion
impl Ord for PlatformVersion
Source§fn cmp(&self, other: &PlatformVersion) -> Ordering
fn cmp(&self, other: &PlatformVersion) -> 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 PlatformVersion
impl PartialEq for PlatformVersion
Source§impl PartialOrd for PlatformVersion
impl PartialOrd for PlatformVersion
impl StructuralPartialEq for PlatformVersion
Auto Trait Implementations§
impl Freeze for PlatformVersion
impl RefUnwindSafe for PlatformVersion
impl Send for PlatformVersion
impl Sync for PlatformVersion
impl Unpin for PlatformVersion
impl UnsafeUnpin for PlatformVersion
impl UnwindSafe for PlatformVersion
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