pub struct CopyOptions<'a> { /* private fields */ }Available on crate feature
fs only.Expand description
Copy options.
Implementations§
Source§impl<'a> CopyOptions<'a>
impl<'a> CopyOptions<'a>
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new default filled instance of CopyOptions.
Trait Implementations§
Source§impl<'a> Default for CopyOptions<'a>
impl<'a> Default for CopyOptions<'a>
Source§fn default() -> CopyOptions<'a>
fn default() -> CopyOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for CopyOptions<'a>
impl<'a> RefUnwindSafe for CopyOptions<'a>
impl<'a> Send for CopyOptions<'a>
impl<'a> Sync for CopyOptions<'a>
impl<'a> Unpin for CopyOptions<'a>
impl<'a> UnwindSafe for CopyOptions<'a>
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