pub struct FileSystemOs { /* private fields */ }Available on crate feature
fs_cache only.Expand description
Operating System
Implementations§
Source§impl FileSystemOs
impl FileSystemOs
Sourcepub fn symlink_metadata(path: &Path) -> Result<FileMetadata>
pub fn symlink_metadata(path: &Path) -> Result<FileMetadata>
§Errors
pub fn strip_windows_prefix<P: AsRef<Path>>(path: P) -> PathBuf
Trait Implementations§
Source§impl Default for FileSystemOs
impl Default for FileSystemOs
Source§impl FileSystem for FileSystemOs
impl FileSystem for FileSystemOs
Source§fn symlink_metadata(&self, path: &Path) -> Result<FileMetadata>
fn symlink_metadata(&self, path: &Path) -> Result<FileMetadata>
Source§fn read_link(&self, path: &Path) -> Result<PathBuf>
fn read_link(&self, path: &Path) -> Result<PathBuf>
Returns the resolution of a symbolic link. Read more
Auto Trait Implementations§
impl Freeze for FileSystemOs
impl RefUnwindSafe for FileSystemOs
impl Send for FileSystemOs
impl Sync for FileSystemOs
impl Unpin for FileSystemOs
impl UnwindSafe for FileSystemOs
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