pub struct CopyFile { /* private fields */ }Expand description
Copy file into provided directory, if optional new name set file will be renamed
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopyFile
impl RefUnwindSafe for CopyFile
impl Send for CopyFile
impl Sync for CopyFile
impl Unpin for CopyFile
impl UnwindSafe for CopyFile
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