pub struct VersionDetectionError { /* private fields */ }
Expand description
Indicates failure to detect the compiler’s rust version.
Trait Implementations§
Source§impl Debug for VersionDetectionError
impl Debug for VersionDetectionError
Source§impl Display for VersionDetectionError
impl Display for VersionDetectionError
Source§impl Error for VersionDetectionError
impl Error for VersionDetectionError
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()
Auto Trait Implementations§
impl Freeze for VersionDetectionError
impl !RefUnwindSafe for VersionDetectionError
impl Send for VersionDetectionError
impl Sync for VersionDetectionError
impl Unpin for VersionDetectionError
impl !UnwindSafe for VersionDetectionError
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