Struct okane_core::load::FakeFileSystem
source · pub struct FakeFileSystem(/* private fields */);Trait Implementations§
source§impl FileSystem for FakeFileSystem
impl FileSystem for FakeFileSystem
Auto Trait Implementations§
impl Freeze for FakeFileSystem
impl RefUnwindSafe for FakeFileSystem
impl Send for FakeFileSystem
impl Sync for FakeFileSystem
impl Unpin for FakeFileSystem
impl UnwindSafe for FakeFileSystem
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