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