pub enum LinkErrorKind {
EnumeratePackageManifests(EnumeratePackageManifestsError),
FromFile(FromFileError),
InvalidUtf8(InvalidUtf8Error),
Write(WriteError),
}
Variants§
EnumeratePackageManifests(EnumeratePackageManifestsError)
FromFile(FromFileError)
InvalidUtf8(InvalidUtf8Error)
Write(WriteError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkErrorKind
impl !RefUnwindSafe for LinkErrorKind
impl Send for LinkErrorKind
impl Sync for LinkErrorKind
impl Unpin for LinkErrorKind
impl !UnwindSafe for LinkErrorKind
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