pub struct GlibcSkew {
pub asked: Version,
pub tree: Version,
}Expand description
A glibc release the bundled tree cannot serve, and the release the tree is.
A type rather than a pair, because the two versions read the same way round in the message as they do here and a caller that swapped them would produce a diagnostic exactly as wrong as it is convincing.
Fields§
§asked: VersionWhat the target asked for.
tree: VersionWhat the bundled tree is, which is BUNDLED_GLIBC.
Trait Implementations§
impl Copy for GlibcSkew
impl Eq for GlibcSkew
Source§impl Error for GlibcSkew
impl Error for GlibcSkew
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 GlibcSkew
Auto Trait Implementations§
impl Freeze for GlibcSkew
impl RefUnwindSafe for GlibcSkew
impl Send for GlibcSkew
impl Sync for GlibcSkew
impl Unpin for GlibcSkew
impl UnsafeUnpin for GlibcSkew
impl UnwindSafe for GlibcSkew
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