pub struct OsFileSystem;Expand description
The file system the compiler reads through when it is a compiler rather than a library.
Implementations§
Source§impl OsFileSystem
impl OsFileSystem
Sourcepub fn new() -> OsFileSystem
pub fn new() -> OsFileSystem
The one value of this type.
Trait Implementations§
Source§impl Clone for OsFileSystem
impl Clone for OsFileSystem
Source§fn clone(&self) -> OsFileSystem
fn clone(&self) -> OsFileSystem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OsFileSystem
Source§impl Debug for OsFileSystem
impl Debug for OsFileSystem
Source§impl Default for OsFileSystem
impl Default for OsFileSystem
Source§fn default() -> OsFileSystem
fn default() -> OsFileSystem
Returns the “default value” for a type. Read more
Source§impl FileSystem for OsFileSystem
impl FileSystem for OsFileSystem
Auto Trait Implementations§
impl Freeze for OsFileSystem
impl RefUnwindSafe for OsFileSystem
impl Send for OsFileSystem
impl Sync for OsFileSystem
impl Unpin for OsFileSystem
impl UnsafeUnpin for OsFileSystem
impl UnwindSafe for OsFileSystem
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