pub enum BuildWalkerErrorKind {
IO(FromFileError),
PackageInMonorepoRoot(PathBuf),
}Variants§
IO(FromFileError)
PackageInMonorepoRoot(PathBuf)
Trait Implementations§
source§impl Debug for BuildWalkerErrorKind
impl Debug for BuildWalkerErrorKind
source§impl From<FromFileError> for BuildWalkerErrorKind
impl From<FromFileError> for BuildWalkerErrorKind
source§fn from(err: FromFileError) -> Self
fn from(err: FromFileError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for BuildWalkerErrorKind
impl Send for BuildWalkerErrorKind
impl Sync for BuildWalkerErrorKind
impl Unpin for BuildWalkerErrorKind
impl !UnwindSafe for BuildWalkerErrorKind
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