pub struct DiskFileSource;Expand description
Reads source files from the real filesystem.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiskFileSource
impl RefUnwindSafe for DiskFileSource
impl Send for DiskFileSource
impl Sync for DiskFileSource
impl Unpin for DiskFileSource
impl UnsafeUnpin for DiskFileSource
impl UnwindSafe for DiskFileSource
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