pub struct ParsePlatformVersionError;Expand description
Error returned when a platform version is not exactly major.minor.patch.
Trait Implementations§
Source§impl Clone for ParsePlatformVersionError
impl Clone for ParsePlatformVersionError
Source§fn clone(&self) -> ParsePlatformVersionError
fn clone(&self) -> ParsePlatformVersionError
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 moreSource§impl Debug for ParsePlatformVersionError
impl Debug for ParsePlatformVersionError
Source§impl Display for ParsePlatformVersionError
impl Display for ParsePlatformVersionError
impl Eq for ParsePlatformVersionError
Source§impl Error for ParsePlatformVersionError
impl Error for ParsePlatformVersionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
impl StructuralPartialEq for ParsePlatformVersionError
Auto Trait Implementations§
impl Freeze for ParsePlatformVersionError
impl RefUnwindSafe for ParsePlatformVersionError
impl Send for ParsePlatformVersionError
impl Sync for ParsePlatformVersionError
impl Unpin for ParsePlatformVersionError
impl UnsafeUnpin for ParsePlatformVersionError
impl UnwindSafe for ParsePlatformVersionError
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