Struct jujutsu_lib::testutils::TestWorkspace
source · [−]pub struct TestWorkspace {
pub temp_dir: TempDir,
pub workspace: Workspace,
pub repo: Arc<ReadonlyRepo>,
}Fields
temp_dir: TempDirworkspace: Workspacerepo: Arc<ReadonlyRepo>Auto Trait Implementations
impl !RefUnwindSafe for TestWorkspace
impl Send for TestWorkspace
impl !Sync for TestWorkspace
impl Unpin for TestWorkspace
impl !UnwindSafe for TestWorkspace
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