pub struct FileCopyOptions {
pub colliding_file_behaviour: CollidingFileBehaviour,
}Expand description
Options that influence the copy_file function.
Fields§
§colliding_file_behaviour: CollidingFileBehaviourHow to behave when the destination file already exists.
Trait Implementations§
Source§impl Clone for FileCopyOptions
impl Clone for FileCopyOptions
Source§fn clone(&self) -> FileCopyOptions
fn clone(&self) -> FileCopyOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileCopyOptions
impl Debug for FileCopyOptions
Source§impl Default for FileCopyOptions
impl Default for FileCopyOptions
Source§impl PartialEq for FileCopyOptions
impl PartialEq for FileCopyOptions
impl Copy for FileCopyOptions
impl Eq for FileCopyOptions
impl StructuralPartialEq for FileCopyOptions
Auto Trait Implementations§
impl Freeze for FileCopyOptions
impl RefUnwindSafe for FileCopyOptions
impl Send for FileCopyOptions
impl Sync for FileCopyOptions
impl Unpin for FileCopyOptions
impl UnwindSafe for FileCopyOptions
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