pub struct TestAppDirClient {
pub app_dir_path: PathBuf,
}
Fields§
§app_dir_path: PathBuf
Trait Implementations§
Source§impl AppDirClient for TestAppDirClient
impl AppDirClient for TestAppDirClient
Auto Trait Implementations§
impl Freeze for TestAppDirClient
impl RefUnwindSafe for TestAppDirClient
impl Send for TestAppDirClient
impl Sync for TestAppDirClient
impl Unpin for TestAppDirClient
impl UnwindSafe for TestAppDirClient
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