Struct wasmer_vfs::mem_fs::FileSystem
source · pub struct FileSystem { /* private fields */ }
Expand description
The in-memory file system!
It’s a thin wrapper around [FileSystemInner
]. This FileSystem
type can be cloned, it’s a light copy of the FileSystemInner
(which is behind a Arc
+ RwLock
.
Trait Implementations§
source§impl Clone for FileSystem
impl Clone for FileSystem
source§fn clone(&self) -> FileSystem
fn clone(&self) -> FileSystem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FileSystem
impl Debug for FileSystem
source§impl Default for FileSystem
impl Default for FileSystem
source§fn default() -> FileSystem
fn default() -> FileSystem
Returns the “default value” for a type. Read more