Struct dav_server::memfs::MemFs [−][src]
pub struct MemFs { /* fields omitted */ }memfs only.Expand description
Ephemeral in-memory filesystem.
Implementations
Trait Implementations
Return the metadata of a file or directory.
fn read_dir<'a>(
&'a self,
path: &'a DavPath,
_meta: ReadDirMeta
) -> FsFuture<'_, FsStream<Box<dyn DavDirEntry>>>
fn read_dir<'a>(
&'a self,
path: &'a DavPath,
_meta: ReadDirMeta
) -> FsFuture<'_, FsStream<Box<dyn DavDirEntry>>>
Perform read_dir.
Open a file.
Create a directory. Read more
Remove a directory. Read more
Rename a file or directory. Read more
Copy a file Read more
Indicator that tells if this filesystem driver supports DAV properties. Read more
Patch the DAV properties of a node (add/remove props) Read more
List/get the DAV properties of a node. Read more
Get one specific named property of a node. Read more
Return the metadata of a file, directory or symbolic link. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemFs
impl UnwindSafe for MemFs
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
