pub struct Copyfile { /* private fields */ }Expand description
Copyfile provides a flexible options for copying files
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 UnsafeUnpin 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