pub struct FsSourceWriter;Expand description
Writes source files to disk.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsSourceWriter
impl RefUnwindSafe for FsSourceWriter
impl Send for FsSourceWriter
impl Sync for FsSourceWriter
impl Unpin for FsSourceWriter
impl UnsafeUnpin for FsSourceWriter
impl UnwindSafe for FsSourceWriter
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