pub struct FileGenerator;Expand description
File generator for creating test files
Implementations§
Auto Trait Implementations§
impl Freeze for FileGenerator
impl RefUnwindSafe for FileGenerator
impl Send for FileGenerator
impl Sync for FileGenerator
impl Unpin for FileGenerator
impl UnsafeUnpin for FileGenerator
impl UnwindSafe for FileGenerator
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