Struct git_worktree::index::checkout::ErrorRecord
source · [−]Fields
path: BString
the path that encountered the error.
error: Box<dyn Error + Send + Sync + 'static>
The error
Auto Trait Implementations
impl !RefUnwindSafe for ErrorRecord
impl Send for ErrorRecord
impl Sync for ErrorRecord
impl Unpin for ErrorRecord
impl !UnwindSafe for ErrorRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more