matches!(fs.files.read().await.get(&OsString::from_str("/myfilecopy").unwrap()).unwrap(),InMemoryFile::File{mode,contents}if*mode==0o664&&contents=="my new file content".as_bytes())
matches!(fs.files.read().await.get(&OsString::from_str("/myfilecopy").unwrap()).unwrap(),InMemoryFile::File{mode,contents,..}if*mode==0o664&&contents=="my new file content".as_bytes())