pub struct WebFileSystem;Available on crate feature
web only.Expand description
File system operations using web APIs
Trait Implementations§
Source§impl FileSystem for WebFileSystem
impl FileSystem for WebFileSystem
Auto Trait Implementations§
impl Freeze for WebFileSystem
impl RefUnwindSafe for WebFileSystem
impl Send for WebFileSystem
impl Sync for WebFileSystem
impl Unpin for WebFileSystem
impl UnsafeUnpin for WebFileSystem
impl UnwindSafe for WebFileSystem
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