pub struct FileCreator;Trait Implementations§
Source§impl Debug for FileCreator
impl Debug for FileCreator
Auto Trait Implementations§
impl Freeze for FileCreator
impl RefUnwindSafe for FileCreator
impl Send for FileCreator
impl Sync for FileCreator
impl Unpin for FileCreator
impl UnwindSafe for FileCreator
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